diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 57e03b8..e5fdb53 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,7 @@ import { Archivo } from "next/font/google"; export const metadata: Metadata = { - title: "Webild components 2", + title: 'URBAN PULSE', description: "Generated by create next app", }; diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d9c861..642de11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,15 +1,15 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; +import MediaAbout from "@/components/sections/about/MediaAbout"; +import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; +import ProductCardThree from "@/components/sections/product/ProductCardThree"; +import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; export default function Page() { return ( @@ -27,7 +27,7 @@ export default function Page() { >