From a49565fd3f3a9c040ebc828edab33f7395a00f7b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:44:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 97bf426..e1f0625 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,8 @@ export default function LandingPage() { { name: "Visit Us", id: "contact" }, ]} button={{ - text: "Order Online", href: "https://example.com/order"}} + text: "Order Online", href: "https://example.com/order" + }} /> @@ -52,7 +53,8 @@ export default function LandingPage() { { text: "Order Online", href: "https://example.com/order" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/man-apron-holding-glass-with-coffee-cups_23-2148366679.jpg?_wi=1" + background={{ variant: "glowing-orb" }} + imageSrc="http://img.b2bpic.net/free-photo/man-apron-holding-glass-with-coffee-cups_23-2148366679.jpg" imageAlt="Premium specialty coffee pour with precision" mediaAnimation="slide-up" testimonials={[ @@ -60,21 +62,25 @@ export default function LandingPage() { name: "Sarah Chen", handle: "Designer, Local Studio", testimonial: "The attention to detail in every cup is remarkable. This is coffee done right.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=1"}, + "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg" + }, { name: "Marcus Johnson", handle: "CEO, Tech Startup", testimonial: "A ritual I look forward to every morning. Exceptional quality.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg?_wi=1"}, + "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg" + }, { name: "Elena Rodriguez", handle: "Architect", testimonial: "Where minimalism meets excellence. Perfect.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/mature-university-student-preparing-her-thesis-campus-library-study-room_482257-122549.jpg?_wi=1"}, + "http://img.b2bpic.net/free-photo/mature-university-student-preparing-her-thesis-campus-library-study-room_482257-122549.jpg" + }, { name: "David Kim", handle: "Writer & Photographer", testimonial: "Best coffee experience in the city. Consistently outstanding.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + }, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -115,7 +121,7 @@ export default function LandingPage() { }, { id: "coldbrew", name: "Cold Brew Concentrate", price: "$6.00", variant: "Light Roast • Smooth & Refreshing", imageSrc: - "http://img.b2bpic.net/free-photo/man-apron-holding-glass-with-coffee-cups_23-2148366679.jpg?_wi=2", imageAlt: "Artisan cold brew coffee", isFavorited: false, + "http://img.b2bpic.net/free-photo/man-apron-holding-glass-with-coffee-cups_23-2148366679.jpg", imageAlt: "Artisan cold brew coffee", isFavorited: false, }, ]} /> @@ -163,19 +169,23 @@ export default function LandingPage() { { id: "1", name: "Sarah Chen", role: "Designer", company: "Creative Studio", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg" + }, { id: "2", name: "Marcus Johnson", role: "Founder & CEO", company: "Tech Innovations", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg" + }, { id: "3", name: "Elena Rodriguez", role: "Principal Architect", company: "Design Collective", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/mature-university-student-preparing-her-thesis-campus-library-study-room_482257-122549.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/mature-university-student-preparing-her-thesis-campus-library-study-room_482257-122549.jpg" + }, { id: "4", name: "David Kim", role: "Writer & Photographer", company: "Independent Creator", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + }, ]} /> @@ -214,9 +224,11 @@ export default function LandingPage() { -- 2.49.1