diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a1be1dc..f3c08eb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -13,8 +13,8 @@ import { Bernoru } from "next/font/google"; export const metadata: Metadata = { - title: 'Cream First | Souvenir & Merchandise Shop', - description: 'Discover your new favorite mugs, tees, and hoodies at Cream First. High-quality merch with a cozy touch.', + title: 'Welcome to Our Website', + description: 'Premium solutions for your business needs.', openGraph: { "siteName": "Cream First" }, diff --git a/src/app/page.tsx b/src/app/page.tsx index 6160dd1..0042ce2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,223 +1,50 @@ -"use client"; - +'use client'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Coffee, CheckCircle, Leaf, Zap, Heart } from "lucide-react"; +import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; +import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; +import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog"; +import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; +import FaqSplitText from "@/components/sections/faq/FaqSplitText"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; +import { Shield, Users, Zap, CheckCircle } from "lucide-react"; -export default function LandingPage() { +export default function Page() { return ( - - - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - -
+ + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); } \ No newline at end of file