Skip to content

Commit

Permalink
(generated by blackbox.ai )
Browse files Browse the repository at this point in the history
  • Loading branch information
saiyamdubey committed Feb 13, 2024
1 parent 85fe67c commit 08a8127
Show file tree
Hide file tree
Showing 3 changed files with 2,756 additions and 160 deletions.
5 changes: 5 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import Description from "./instagram/description";
import Hero from "@/components/hero";
import Searchbar from "./instagram/video/page";
import { Toaster } from "@/components/ui/sonner";
import { Analytics } from "@vercel/analytics/react";

import { SpeedInsights } from "@vercel/speed-insights/next";

export const metadata: Metadata = {
title:
Expand All @@ -32,6 +35,8 @@ export default function RootLayout({
<Navbar />
<Hero />
{children}
<Analytics />
<SpeedInsights />
<Toaster />
<Searchbar />
<Description />
Expand Down
Loading

0 comments on commit 08a8127

Please sign in to comment.