From 3d75a4250eddd496698fdebf0639add8d7b19577 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:49:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 53 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 35 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 87dcece..56f7079 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,15 +53,20 @@ export default function LandingPage() { buttonAnimation="blur-reveal" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-barista-man-making-drip-coffee_53876-47041.jpg", imageAlt: "Retro coffee cup aesthetic"}, + imageSrc: "http://img.b2bpic.net/free-photo/caucasian-barista-man-making-drip-coffee_53876-47041.jpg", imageAlt: "Retro coffee cup aesthetic" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/cup-wood-table-near-bank-snow-snowflakes_23-2148011912.jpg", imageAlt: "Artisan latte art design"}, + imageSrc: "http://img.b2bpic.net/free-photo/cup-wood-table-near-bank-snow-snowflakes_23-2148011912.jpg", imageAlt: "Artisan latte art design" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-virtual-date_23-2149307274.jpg", imageAlt: "Coffee beans roasting process"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-virtual-date_23-2149307274.jpg", imageAlt: "Coffee beans roasting process" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-beverage-while-break-time_23-2149256936.jpg", imageAlt: "Warm retro coffee shop interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-beverage-while-break-time_23-2149256936.jpg", imageAlt: "Warm retro coffee shop interior" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081461.jpg", imageAlt: "Artisan coffee milk foam texture"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081461.jpg", imageAlt: "Artisan coffee milk foam texture" + }, ]} ariaLabel="RetroCaffe hero section with image carousel" /> @@ -95,13 +100,17 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" features={[ { - id: "01", title: "Single Origin Beans", description: "Carefully selected beans from the world's finest coffee regions, roasted to perfection", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-concept-wooden-table_23-2148464808.jpg", imageAlt: "Single origin coffee beans collection"}, + id: "01", title: "Single Origin Beans", description: "Carefully selected beans from the world's finest coffee regions, roasted to perfection", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-concept-wooden-table_23-2148464808.jpg", imageAlt: "Single origin coffee beans collection" + }, { - id: "02", title: "Traditional Brewing", description: "Vintage espresso machines and classic brewing methods that honor coffee culture", imageSrc: "http://img.b2bpic.net/free-photo/man-making-drip-fresh-coffee-vintage-coffee-shop_1150-14515.jpg", imageAlt: "Traditional espresso machine"}, + id: "02", title: "Traditional Brewing", description: "Vintage espresso machines and classic brewing methods that honor coffee culture", imageSrc: "http://img.b2bpic.net/free-photo/man-making-drip-fresh-coffee-vintage-coffee-shop_1150-14515.jpg", imageAlt: "Traditional espresso machine" + }, { - id: "03", title: "Expert Baristas", description: "Our master baristas bring decades of experience and passion to every cup", imageSrc: "http://img.b2bpic.net/free-photo/man-apron-working-coffee-machine_23-2148366642.jpg", imageAlt: "Expert barista craftsmanship"}, + id: "03", title: "Expert Baristas", description: "Our master baristas bring decades of experience and passion to every cup", imageSrc: "http://img.b2bpic.net/free-photo/man-apron-working-coffee-machine_23-2148366642.jpg", imageAlt: "Expert barista craftsmanship" + }, { - id: "04", title: "Cozy Atmosphere", description: "A nostalgic space where friends gather, stories unfold, and memories brew", imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-hot-coffee-together_53876-13514.jpg", imageAlt: "Retro cafe gathering space"}, + id: "04", title: "Cozy Atmosphere", description: "A nostalgic space where friends gather, stories unfold, and memories brew", imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-hot-coffee-together_53876-13514.jpg", imageAlt: "Retro cafe gathering space" + }, ]} ariaLabel="RetroCaffe features and specialties" /> @@ -121,22 +130,28 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Marco Bellini", role: "Coffee Connoisseur", company: "Milan", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196217.jpg", imageAlt: "Marco Bellini testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196217.jpg", imageAlt: "Marco Bellini testimonial" + }, { id: "2", name: "Sofia Rossi", role: "Artist & Creator", company: "Florence", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-young-friends-chatting_23-2148395459.jpg", imageAlt: "Sofia Rossi testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-young-friends-chatting_23-2148395459.jpg", imageAlt: "Sofia Rossi testimonial" + }, { id: "3", name: "David Chen", role: "Writer", company: "Brooklyn", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Chen testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Chen testimonial" + }, { id: "4", name: "Emma Anderson", role: "Photographer", company: "London", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg", imageAlt: "Emma Anderson testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg", imageAlt: "Emma Anderson testimonial" + }, { id: "5", name: "James O'Brien", role: "Entrepreneur", company: "Dublin", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-coffee-cup-work-medium-shot_23-2149308464.jpg", imageAlt: "James O'Brien testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-coffee-cup-work-medium-shot_23-2149308464.jpg", imageAlt: "James O'Brien testimonial" + }, { id: "6", name: "Lisa Müller", role: "Interior Designer", company: "Berlin", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg", imageAlt: "Lisa Müller testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg", imageAlt: "Lisa Müller testimonial" + }, ]} kpiItems={[ { value: "98%", label: "Customer Satisfaction" }, @@ -156,10 +171,12 @@ export default function LandingPage() { tagAnimation="opacity" textboxLayout="default" useInvertedBackground={true} - names=[ - "Specialty Coffee Association", "Fair Trade Certified", "Organic Coffee Federation", "Coffee Excellence Awards", "Hospitality Excellence", "Master Barista Guild", "Coffee Lover's Network"] + names={[ + "Specialty Coffee Association", "Fair Trade Certified", "Organic Coffee Federation", "Coffee Excellence Awards", "Hospitality Excellence", "Master Barista Guild", "Coffee Lover's Network" + ]} logos={[ - "http://img.b2bpic.net/free-vector/flat-minimal-coffee-shop-labels-collection_23-2149239580.jpg", "http://img.b2bpic.net/free-vector/colorful-minimal-logo-collection-retro-style_23-2148399790.jpg", "http://img.b2bpic.net/free-vector/flat-collection-world-environment-day-labels_23-2147619030.jpg", "http://img.b2bpic.net/free-vector/coloured-vintage-labels-collection_1009-322.jpg", "http://img.b2bpic.net/free-vector/coffee-logo-template_23-2150529094.jpg", "http://img.b2bpic.net/free-vector/coffee-grinder-coffee-roaster-vintage-coffee-shop-logo-designs-inspiration-isolated-white-background_384344-559.jpg", "http://img.b2bpic.net/free-vector/coffee-background-design_1195-131.jpg"]} + "http://img.b2bpic.net/free-vector/flat-minimal-coffee-shop-labels-collection_23-2149239580.jpg", "http://img.b2bpic.net/free-vector/colorful-minimal-logo-collection-retro-style_23-2148399790.jpg", "http://img.b2bpic.net/free-vector/flat-collection-world-environment-day-labels_23-2147619030.jpg", "http://img.b2bpic.net/free-vector/coloured-vintage-labels-collection_1009-322.jpg", "http://img.b2bpic.net/free-vector/coffee-logo-template_23-2150529094.jpg", "http://img.b2bpic.net/free-vector/coffee-grinder-coffee-roaster-vintage-coffee-shop-logo-designs-inspiration-isolated-white-background_384344-559.jpg", "http://img.b2bpic.net/free-vector/coffee-background-design_1195-131.jpg" + ]} speed={35} showCard={true} ariaLabel="Certifications and partnerships section" -- 2.49.1