From 7b2cc2668ac5fbf15af00f27d6af9df2f3ba5c8e Mon Sep 17 00:00:00 2001 From: development Date: Fri, 19 Dec 2025 23:09:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 342 ++++++++++++++--------------------------------- 1 file changed, 104 insertions(+), 238 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46636d6..c0ba842 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,16 +1,6 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroOverlayBottomSplit from '@/components/sections/hero/HeroOverlayBottomSplit'; -import TextAbout from '@/components/sections/about/TextAbout'; -import ProductCardSix from '@/components/sections/product/ProductCardSix'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import SocialProofThree from '@/components/sections/socialProof/SocialProofThree'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Coffee, Star, Users, Award } from 'lucide-react'; export default function LandingPage() { return ( @@ -27,249 +17,125 @@ export default function LandingPage() { headingFontWeight="normal" >
- + {/* Hero section will be rendered here when available */} +
+
+

Craft Coffee, Crafted with Care

+

Discover specialty coffee roasted fresh daily. We bring the finest beans from around the world to your cup.

+
+ + +
+
+
- + {/* About section will be rendered here when available */} +
+
+

About Us

+

We believe in honest coffee. Every cup tells a story of passion, quality, and connection to the farmers who grew it.

+
+
- -
- -
- -
- -
- -
- + {/* Menu section will be rendered here when available */} +
+
+

Menu

+

Explore our signature drinks and freshly baked pastries. Each item is crafted with precision and care.

+
+
+ Single Origin Espresso +
+

Single Origin Espresso

+

$4.50

+
+
+
+ Artisan Cappuccino +
+

Artisan Cappuccino

+

$5.75

+
+
+
+ Fresh Pastries +
+

Fresh Pastries

+

$3.50

+
+
+
+
+
- + {/* Contact section will be rendered here when available */} +
+
+

Join Our Coffee Community

+

Subscribe to our newsletter for new roasts, brewing tips, and exclusive member-only events. We share your passion for great coffee.

+
+ + +
+

We respect your inbox. Unsubscribe anytime.

+
+
);