From 1eb820f10c433dfd005d20d05eb28db93638bdcd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:28:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 46 ++++++++++++++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f47909..01ab7a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Location", id: "contact" }, ]} button={{ - text: "Order Now", href: "#menu"}} + text: "Order Now", href: "#menu" + }} animateOnLoad={true} /> @@ -44,7 +45,7 @@ export default function LandingPage() { @@ -123,16 +133,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Maria Rodriguez", role: "Local Food Blogger", company: "Taco Tuesday Chronicles", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg", imageAlt: "Maria Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg", imageAlt: "Maria Rodriguez" + }, { id: "2", name: "James Chen", role: "Restaurant Critic", company: "Food & Culture Mag", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", imageAlt: "James Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", imageAlt: "James Chen" + }, { id: "3", name: "Sofia Mendez", role: "Entrepreneur", company: "Local Business Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sofia Mendez"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sofia Mendez" + }, { id: "4", name: "David Park", role: "Marketing Director", company: "Community Events", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "David Park"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "David Park" + }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" -- 2.49.1