Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-19 07:35:42 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="mediumSizeLargeTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -56,19 +56,19 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/cheesecake-slice-with-red-berry-sauce-crockery_114579-2552.jpg"
imageAlt="Beautiful decorated cake showcase"
mediaAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
testimonials={[
{
name: "Maria Johnson", handle: "@happyclient", testimonial: "The most delicious cake I've ever had! Perfect for our wedding day.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adorable-casual-woman-posing-studio_23-2148376569.jpg?_wi=1", imageAlt: "Maria Johnson"
imageSrc: "http://img.b2bpic.net/free-photo/adorable-casual-woman-posing-studio_23-2148376569.jpg", imageAlt: "Maria Johnson"
},
{
name: "David Chen", handle: "@satisfied_customer", testimonial: "Amazing quality and beautiful presentation. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-female-shirt-skirt-standing-with-crossed-arms-curving-lips-blinking-looking-thoughtful-front-view_176474-91182.jpg?_wi=1", imageAlt: "David Chen"
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-female-shirt-skirt-standing-with-crossed-arms-curving-lips-blinking-looking-thoughtful-front-view_176474-91182.jpg", imageAlt: "David Chen"
},
{
name: "Sarah Williams", handle: "@cake_lover", testimonial: "Best cake shop in town! Fresh ingredients and creative designs.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Sarah Williams"
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Williams"
}
]}
testimonialRotationInterval={5000}
@@ -149,13 +149,13 @@ export default function LandingPage() {
id: "3", name: "Jessica Park", role: "Bride", testimonial: "Our wedding cake was absolutely stunning and delicious. They made our special day even more special.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg", imageAlt: "Jessica Park", icon: Heart
},
{
id: "4", name: "Robert Wilson", role: "Corporate Client", testimonial: "Excellent service and premium quality. We order from them for all our corporate events.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-casual-woman-posing-studio_23-2148376569.jpg?_wi=2", imageAlt: "Robert Wilson", icon: Heart
id: "4", name: "Robert Wilson", role: "Corporate Client", testimonial: "Excellent service and premium quality. We order from them for all our corporate events.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-casual-woman-posing-studio_23-2148376569.jpg", imageAlt: "Robert Wilson", icon: Heart
},
{
id: "5", name: "Amanda Foster", role: "Birthday Celebrant", testimonial: "My kids loved the cake! The flavors are authentic and the design was exactly as I imagined.", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-female-shirt-skirt-standing-with-crossed-arms-curving-lips-blinking-looking-thoughtful-front-view_176474-91182.jpg?_wi=2", imageAlt: "Amanda Foster", icon: Heart
id: "5", name: "Amanda Foster", role: "Birthday Celebrant", testimonial: "My kids loved the cake! The flavors are authentic and the design was exactly as I imagined.", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-female-shirt-skirt-standing-with-crossed-arms-curving-lips-blinking-looking-thoughtful-front-view_176474-91182.jpg", imageAlt: "Amanda Foster", icon: Heart
},
{
id: "6", name: "Thomas Moore", role: "Regular Customer", testimonial: "I've been ordering from them for 3 years now. Consistency, quality, and flavor - they never disappoint!", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Thomas Moore", icon: Heart
id: "6", name: "Thomas Moore", role: "Regular Customer", testimonial: "I've been ordering from them for 3 years now. Consistency, quality, and flavor - they never disappoint!", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Thomas Moore", icon: Heart
}
]}
/>