diff --git a/src/app/page.tsx b/src/app/page.tsx
index a1575d8..46636d6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,53 +1,16 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
-import { motion } from 'framer-motion';
-
-const containerVariants = {
- hidden: { opacity: 0 },
- visible: {
- opacity: 1,
- transition: {
- staggerChildren: 0.1,
- delayChildren: 0.2,
- },
- },
-};
-
-const itemVariants = {
- hidden: { opacity: 0, y: 20 },
- visible: {
- opacity: 1,
- y: 0,
- transition: {
- duration: 0.8,
- ease: "easeOut",
- },
- },
-};
-
-const slideInVariants = {
- hidden: { opacity: 0, x: -50 },
- visible: {
- opacity: 1,
- x: 0,
- transition: {
- duration: 0.8,
- ease: "easeOut",
- },
- },
-};
-
-const fadeInVariants = {
- hidden: { opacity: 0 },
- visible: {
- opacity: 1,
- transition: {
- duration: 1,
- ease: "easeOut",
- },
- },
-};
+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 (
@@ -63,538 +26,251 @@ export default function LandingPage() {
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
-
- Specialty Coffee & More
-
- Brew Haven
-
-
-
- - Discover specialty coffee roasted fresh daily. We bring the finest beans from around the world to your cup. -
- -- Explore our signature drinks and freshly baked pastries. Each item is crafted with precision and care. -
-
- $4.50
-
- $5.75
-
- $3.50
-- See why Brew Haven stands out from the competition. We deliver superior quality, service, and value. -
-- Mass-produced, pre-roasted beans with inconsistent quality and limited selections. -
-- Branded experience with standardized recipes and high-volume production prioritizing speed over quality. -
-- Specialty-roasted fresh daily with personalized service and artisanal craftsmanship in every cup. -
-- Join hundreds of satisfied coffee lovers who have made Brew Haven their daily ritual. -
-- "The quality of coffee here is unmatched. Every single cup is perfectly crafted and tastes like pure happiness. This place has become my sanctuary." -
-
- - "What sets Brew Haven apart is their commitment to both quality and warmth. The baristas genuinely care, and it shows in every interaction." -
-
- - "I've traveled extensively and tasted coffee everywhere. This is genuinely some of the best I've ever had. The single-origin selections are phenomenal." -
-
- - "It's not just the coffee that brings me back daily. It's the community, the knowledge the team shares, and the genuine care they put into everything." -
-
- - We partner with the finest roasters and certification organizations committed to quality and sustainability. -
-
-
-
-
-
-
-
-
- - 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. -
-
- © 2025 Brew Haven. All rights reserved.
-