diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d4e598..4414efb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,17 +33,11 @@ export default function LandingPage() { @@ -53,99 +47,56 @@ export default function LandingPage() { @@ -167,35 +118,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Direct Trade", - descriptions: [ - "Fair relationships with farmers.", - "Ethical sourcing verified.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/brown-coffee-beans_23-2148180243.jpg", - imageAlt: "Brown coffee beans ", - }, + id: "f1", title: "Direct Trade", descriptions: [ + "Fair relationships with farmers.", "Ethical sourcing verified."], + imageSrc: "http://img.b2bpic.net/free-photo/brown-coffee-beans_23-2148180243.jpg", imageAlt: "Brown coffee beans "}, { - id: "f2", - title: "Small-Batch", - descriptions: [ - "Roasted fresh daily locally.", - "Consistent flavor profiling.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/overhead-vertical-shot-coffee-beans-great-background-blog_181624-9690.jpg?_wi=2", - imageAlt: "Brown coffee beans ", - }, + id: "f2", title: "Small-Batch", descriptions: [ + "Roasted fresh daily locally.", "Consistent flavor profiling."], + imageSrc: "http://img.b2bpic.net/free-photo/overhead-vertical-shot-coffee-beans-great-background-blog_181624-9690.jpg?_wi=2", imageAlt: "Brown coffee beans "}, { - id: "f3", - title: "Single Origin", - descriptions: [ - "Pure, traceable beans.", - "No blends, just craft.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-beans-container_23-2148523093.jpg?_wi=2", - imageAlt: "Brown coffee beans ", - }, + id: "f3", title: "Single Origin", descriptions: [ + "Pure, traceable beans.", "No blends, just craft."], + imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-beans-container_23-2148523093.jpg?_wi=2", imageAlt: "Brown coffee beans "}, ]} title="Why Raw Coffee?" description="Transparency and craft define our culture." @@ -210,59 +143,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - brand: "Coffee", - name: "Espresso", - price: "45 TL", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/tattooed-barista-holds-blank-package-bags-with-freshly-baked-coffee-beans-ready-sale-delivery_346278-734.jpg", - }, + id: "p1", brand: "Coffee", name: "Espresso", price: "45 TL", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/tattooed-barista-holds-blank-package-bags-with-freshly-baked-coffee-beans-ready-sale-delivery_346278-734.jpg"}, { - id: "p2", - brand: "Coffee", - name: "Manual Brew", - price: "65 TL", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cups-arrangement_23-2149600728.jpg", - }, + id: "p2", brand: "Coffee", name: "Manual Brew", price: "65 TL", rating: 5, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cups-arrangement_23-2149600728.jpg"}, { - id: "p3", - brand: "Bakery", - name: "Butter Croissant", - price: "35 TL", - rating: 4, - reviewCount: "92", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-baked-cookies-with-citrus-fruit_23-2147956819.jpg", - }, + id: "p3", brand: "Bakery", name: "Butter Croissant", price: "35 TL", rating: 4, + reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/coffee-baked-cookies-with-citrus-fruit_23-2147956819.jpg"}, { - id: "p4", - brand: "Coffee", - name: "Americano", - price: "40 TL", - rating: 5, - reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/tattooed-barista-checks-raw-green-coffee-beans-from-white-plastic-basket-sitting-cotton-bags-warehouse_346278-885.jpg", - }, + id: "p4", brand: "Coffee", name: "Americano", price: "40 TL", rating: 5, + reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/tattooed-barista-checks-raw-green-coffee-beans-from-white-plastic-basket-sitting-cotton-bags-warehouse_346278-885.jpg"}, { - id: "p5", - brand: "Coffee", - name: "V60 Drip", - price: "75 TL", - rating: 5, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-making-utensils_23-2148254944.jpg", - }, + id: "p5", brand: "Coffee", name: "V60 Drip", price: "75 TL", rating: 5, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-making-utensils_23-2148254944.jpg"}, { - id: "p6", - brand: "Bakery", - name: "Pain au Chocolat", - price: "45 TL", - rating: 5, - reviewCount: "35", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cinnamon-rolls-table_23-2148604544.jpg", - }, + id: "p6", brand: "Bakery", name: "Pain au Chocolat", price: "45 TL", rating: 5, + reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cinnamon-rolls-table_23-2148604544.jpg"}, ]} title="Our Menu" description="Artisanal offerings roasted to perfection." @@ -276,23 +173,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - icon: Coffee, - title: "Bags Roasted", - value: "500+", - }, + id: "m1", icon: Coffee, + title: "Bags Roasted", value: "500+"}, { - id: "m2", - icon: Award, - title: "Origin Countries", - value: "12", - }, + id: "m2", icon: Award, + title: "Origin Countries", value: "12"}, { - id: "m3", - icon: Users, - title: "Local Fans", - value: "2000+", - }, + id: "m3", icon: Users, + title: "Local Fans", value: "2000+"}, ]} title="The Impact" description="Measured by quality, not just scale." @@ -305,45 +193,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - title: "Perfect Coffee", - quote: "The best espresso in Antalya.", - name: "Ayşe Y.", - role: "Visitor", - imageSrc: "http://img.b2bpic.net/free-photo/two-women-laughing-while-having-coffee_23-2148850659.jpg", - }, + id: "t1", title: "Perfect Coffee", quote: "The best espresso in Antalya.", name: "Ayşe Y.", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/two-women-laughing-while-having-coffee_23-2148850659.jpg"}, { - id: "t2", - title: "Fresh Roasts", - quote: "I appreciate the transparency.", - name: "Mehmet K.", - role: "Regular", - imageSrc: "http://img.b2bpic.net/free-photo/therapist-taking-notes-mental-health-progress-with-adolescent_482257-124828.jpg", - }, + id: "t2", title: "Fresh Roasts", quote: "I appreciate the transparency.", name: "Mehmet K.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/therapist-taking-notes-mental-health-progress-with-adolescent_482257-124828.jpg"}, { - id: "t3", - title: "Hidden Gem", - quote: "Roasting happens right here.", - name: "Deniz S.", - role: "Local", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg", - }, + id: "t3", title: "Hidden Gem", quote: "Roasting happens right here.", name: "Deniz S.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg"}, { - id: "t4", - title: "Pure Quality", - quote: "True single-origin bliss.", - name: "Can M.", - role: "Barista", - imageSrc: "http://img.b2bpic.net/free-photo/business-owner-woman-holding-coffee-cup_53876-111347.jpg", - }, + id: "t4", title: "Pure Quality", quote: "True single-origin bliss.", name: "Can M.", role: "Barista", imageSrc: "http://img.b2bpic.net/free-photo/business-owner-woman-holding-coffee-cup_53876-111347.jpg"}, { - id: "t5", - title: "Amazing Place", - quote: "Atmosphere is unmatched.", - name: "Elif A.", - role: "Student", - imageSrc: "http://img.b2bpic.net/free-photo/small-business-owner-drinking-coffee_23-2149458139.jpg", - }, + id: "t5", title: "Amazing Place", quote: "Atmosphere is unmatched.", name: "Elif A.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/small-business-owner-drinking-coffee_23-2149458139.jpg"}, ]} title="Loved by locals" description="Voices of the specialty movement." @@ -355,14 +213,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Ethical Coffee Group", - "Antalya Roasters Alliance", - "Fair Trade Partners", - "Global Bean Network", - "Specialty Coffee Assoc", - "Sustainable Roasts", - "Pure Origin Collective", - ]} + "Ethical Coffee Group", "Antalya Roasters Alliance", "Fair Trade Partners", "Global Bean Network", "Specialty Coffee Assoc", "Sustainable Roasts", "Pure Origin Collective"]} title="Trusted Partners" description="Ethical alignment for every bean." /> @@ -375,16 +226,10 @@ export default function LandingPage() { description="Subscribe for roastery news and origin spotlights." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} imageSrc="http://img.b2bpic.net/free-photo/full-shot-smiley-man-wearing-apron_23-2149434487.jpg" @@ -397,33 +242,21 @@ export default function LandingPage() { logoText="RAW COFFEE" columns={[ { - title: "Visit Us", - items: [ + title: "Visit Us", items: [ { - label: "Antalya Center, TR", - href: "#", - }, + label: "Antalya Center, TR", href: "#"}, { - label: "08:00–22:00", - href: "#", - }, + label: "08:00–22:00", href: "#"}, ], }, { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} @@ -432,4 +265,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file