diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b4fca9..a53dfbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Shield } from "lucide-react"; +import { Coffee, MapPin, Clock, CalendarDays } from "lucide-react"; export default function LandingPage() { return ( @@ -33,97 +33,42 @@ export default function LandingPage() {
@@ -135,41 +80,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Data Analytics", - author: "By Tech Leads", - description: "Leverage advanced analytics to drive business growth.", - tags: [ - "Tech", - "Data", - ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-technology-background-with-flowing-lines-floating-particles-design_1048-13620.jpg", - }, + id: "f1", title: "Signature Roasts", author: "Barista Picks", description: "Hand-picked beans roasted daily for maximum freshness.", tags: ["Espresso", "Pour-over"], + imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-dark-background_1303-14967.jpg"}, { - id: "f2", - title: "Secure Infrastructure", - author: "By Security Pros", - description: "Robust cloud defense for your digital assets.", - tags: [ - "Security", - "Cloud", - ], - imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-digital-hand-lock_23-2151997019.jpg", - }, + id: "f2", title: "Fresh Pastries", author: "Baking Team", description: "Daily baked goods made with organic ingredients.", tags: ["Bakery", "Organic"], + imageSrc: "http://img.b2bpic.net/free-photo/croissants-tray_23-2148784784.jpg"}, { - id: "f3", - title: "Mobile App Sync", - author: "By App Devs", - description: "Seamless integration across all user devices.", - tags: [ - "Mobile", - "App", - ], - imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", - }, + id: "f3", title: "Cozy Environment", author: "Design Team", description: "The perfect spot to work, study, or meet friends.", tags: ["Lounge", "Wifi"], + imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-interior_1150-13645.jpg"}, ]} - title="Core Capabilities" - description="Tools that work as hard as you do." + title="Our Menu Highlights" + description="From light roasts to decadent treats, discover your new favorite." /> @@ -180,35 +101,17 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "99.9%", - title: "Uptime Guaranteed", - items: [ - "Reliable systems", - "Always online", - ], + id: "m1", value: "100%", title: "Fair Trade", items: ["Ethically sourced", "Direct trade"], }, { - id: "m2", - value: "50+", - title: "Clients Served", - items: [ - "Across sectors", - "Global impact", - ], + id: "m2", value: "500+", title: "Cups Served", items: ["Daily average", "Happy guests"], }, { - id: "m3", - value: "24/7", - title: "Support Availability", - items: [ - "Always on call", - "Rapid response", - ], + id: "m3", value: "15+", title: "Roast Varieties", items: ["From around world", "Small batch"], }, ]} - title="Proven Performance" - description="Quantifiable success for every client we serve." + title="Why We Are Unique" + description="Commitment to quality that speaks for itself." /> @@ -220,63 +123,24 @@ export default function LandingPage() { useInvertedBackground={true} members={[ { - id: "t1", - name: "Alex Chen", - role: "CEO", - imageSrc: "http://img.b2bpic.net/free-photo/businesswomen-discussing-having-fun_53876-119798.jpg", - }, + id: "t1", name: "Maria Santos", role: "Head Barista", imageSrc: "http://img.b2bpic.net/free-photo/barista-serving-coffee-with-smile_23-2148744131.jpg"}, { - id: "t2", - name: "Sarah Miller", - role: "CTO", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-man-with-beard-looking-thoughtful-upper-left-corner-imaging-smiling-white_1258-111693.jpg", - }, + id: "t2", name: "James Lee", role: "Pastry Chef", imageSrc: "http://img.b2bpic.net/free-photo/chef-baking-bread_23-2148744120.jpg"}, { - id: "t3", - name: "David Wu", - role: "Head of Engineering", - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-having-lunch-together-discussing-something_259150-58550.jpg", - }, - { - id: "t4", - name: "Emily Park", - role: "Product Manager", - imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg", - }, + id: "t3", name: "Elena Rossi", role: "Community Lead", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-cafe_23-2148744111.jpg"}, ]} - title="Meet the Minds" - description="Experts behind the platform." + title="The Coffee Family" + description="Our dedicated team makes it all happen." />
@@ -288,23 +152,14 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "How long does setup take?", - content: "Typically 2-4 weeks depending on scope.", - }, + id: "q1", title: "Do you offer non-dairy milk?", content: "Yes! We offer almond, soy, oat, and coconut milk options."}, { - id: "q2", - title: "Do you offer support?", - content: "Yes, we provide 24/7 dedicated support.", - }, + id: "q2", title: "Can I reserve a table for group?", content: "For groups larger than 5, please contact us 24 hours in advance."}, { - id: "q3", - title: "Can I scale later?", - content: "Our systems are built to scale on demand.", - }, + id: "q3", title: "Are your beans available for purchase?", content: "Absolutely, we sell whole beans and ground coffee by the bag."}, ]} - title="Common Questions" - description="Answers to help you decide." + title="Cafe FAQs" + description="Common questions from our coffee lovers." faqsAnimation="slide-up" />
@@ -313,34 +168,29 @@ export default function LandingPage() { ); -} +} \ No newline at end of file