From d448a1a0650db1fc58bfd7d79b286bbebca3690b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:10:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 57 +++++++++++++++++++++++++++++------------------- 1 file changed, 35 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3237189..29784d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function SalientCakesLanding() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -45,7 +45,7 @@ export default function SalientCakesLanding() { @@ -159,17 +166,23 @@ export default function SalientCakesLanding() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah & Michael", imageSrc: "http://img.b2bpic.net/free-photo/close-up-colleagues-celebrating-office_23-2149295516.jpg?_wi=1", imageAlt: "Happy bride at wedding celebration"}, + id: "1", name: "Sarah & Michael", imageSrc: "http://img.b2bpic.net/free-photo/close-up-colleagues-celebrating-office_23-2149295516.jpg", imageAlt: "Happy bride at wedding celebration" + }, { - id: "2", name: "Emma Johnson", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-dinner-party_23-2151043649.jpg?_wi=1", imageAlt: "Parent celebrating child's birthday"}, + id: "2", name: "Emma Johnson", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-dinner-party_23-2151043649.jpg", imageAlt: "Parent celebrating child's birthday" + }, { - id: "3", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-company-team-working_23-2149145164.jpg", imageAlt: "Professional event coordinator"}, + id: "3", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-company-team-working_23-2149145164.jpg", imageAlt: "Professional event coordinator" + }, { - id: "4", name: "Lisa Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/laughing-young-lady-sitting-posing-near-cupcakes_171337-14180.jpg", imageAlt: "Satisfied customer with premium cake"}, + id: "4", name: "Lisa Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/laughing-young-lady-sitting-posing-near-cupcakes_171337-14180.jpg", imageAlt: "Satisfied customer with premium cake" + }, { - id: "5", name: "James Williams", imageSrc: "http://img.b2bpic.net/free-photo/close-up-colleagues-celebrating-office_23-2149295516.jpg?_wi=2", imageAlt: "Corporate event celebration"}, + id: "5", name: "James Williams", imageSrc: "http://img.b2bpic.net/free-photo/close-up-colleagues-celebrating-office_23-2149295516.jpg", imageAlt: "Corporate event celebration" + }, { - id: "6", name: "Nina Patel", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-dinner-party_23-2151043649.jpg?_wi=2", imageAlt: "Birthday celebration testimonial"}, + id: "6", name: "Nina Patel", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-dinner-party_23-2151043649.jpg", imageAlt: "Birthday celebration testimonial" + }, ]} /> -- 2.49.1