Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-06 14:11:03 +00:00

View File

@@ -51,19 +51,19 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah J.", handle: "@foodie", testimonial: "Heaven for cheesecake lovers… melts in the mouth.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/dessert-topped-with-cream-cherries_141793-658.jpg", imageAlt: "fresh cheesecake on wooden table"},
imageSrc: "http://img.b2bpic.net/free-photo/dessert-topped-with-cream-cherries_141793-658.jpg?_wi=1", imageAlt: "fresh cheesecake on wooden table"},
{
name: "Mark D.", handle: "@localguide", testimonial: "Top-notch quality and beautifully made desserts.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-fresh-strawberries-dark-blue-desk_140725-115328.jpg", imageAlt: "blueberry cheesecake slice close up"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-fresh-strawberries-dark-blue-desk_140725-115328.jpg?_wi=1", imageAlt: "blueberry cheesecake slice close up"},
{
name: "Emily P.", handle: "@dessertfan", testimonial: "The best Lotus cheesecake I have ever tasted!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cheesecake-side-view_140725-9106.jpg", imageAlt: "lotus biscoff cheesecake dessert"},
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cheesecake-side-view_140725-9106.jpg?_wi=1", imageAlt: "lotus biscoff cheesecake dessert"},
{
name: "David L.", handle: "@baker", testimonial: "Stunning presentation and incredible flavor profiles.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cake-slice-inside-plate-dark-background-love-photo-sweet-pie-dessert-birthday-sugar_140725-160766.jpg", imageAlt: "fresh milk cake dessert"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cake-slice-inside-plate-dark-background-love-photo-sweet-pie-dessert-birthday-sugar_140725-160766.jpg?_wi=1", imageAlt: "fresh milk cake dessert"},
{
name: "Anna K.", handle: "@customer", testimonial: "Perfect for our birthday celebrations. Truly loved it.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake_23-2148549963.jpg", imageAlt: "signature chocolate dessert"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake_23-2148549963.jpg?_wi=1", imageAlt: "signature chocolate dessert"},
]}
buttons={[
{
@@ -71,7 +71,7 @@ export default function LandingPage() {
{
text: "Place an Inquiry", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/dessert-topped-with-cream-cherries_141793-658.jpg"
imageSrc="http://img.b2bpic.net/free-photo/dessert-topped-with-cream-cherries_141793-658.jpg?_wi=2"
imageAlt="Handcrafted dessert selection"
avatars={[
{
@@ -109,15 +109,15 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1", name: "Blueberry Cheesecake", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-fresh-strawberries-dark-blue-desk_140725-115328.jpg", imageAlt: "Blueberry Cheesecake"},
id: "p1", name: "Blueberry Cheesecake", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-fresh-strawberries-dark-blue-desk_140725-115328.jpg?_wi=2", imageAlt: "Blueberry Cheesecake"},
{
id: "p2", name: "Lotus Biscoff Cheesecake", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cheesecake-side-view_140725-9106.jpg", imageAlt: "Lotus Biscoff Cheesecake"},
id: "p2", name: "Lotus Biscoff Cheesecake", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cheesecake-side-view_140725-9106.jpg?_wi=2", imageAlt: "Lotus Biscoff Cheesecake"},
{
id: "p3", name: "Signature Milk Cake", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cake-slice-inside-plate-dark-background-love-photo-sweet-pie-dessert-birthday-sugar_140725-160766.jpg", imageAlt: "Signature Milk Cake"},
id: "p3", name: "Signature Milk Cake", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cake-slice-inside-plate-dark-background-love-photo-sweet-pie-dessert-birthday-sugar_140725-160766.jpg?_wi=2", imageAlt: "Signature Milk Cake"},
{
id: "p4", name: "Dark Chocolate Ganache", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake_23-2148549963.jpg", imageAlt: "Dark Chocolate Ganache"},
id: "p4", name: "Dark Chocolate Ganache", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake_23-2148549963.jpg?_wi=2", imageAlt: "Dark Chocolate Ganache"},
{
id: "p5", name: "Strawberry Fruit Tart", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-tart-with-custard_2829-14276.jpg", imageAlt: "Strawberry Fruit Tart"},
id: "p5", name: "Strawberry Fruit Tart", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-tart-with-custard_2829-14276.jpg?_wi=1", imageAlt: "Strawberry Fruit Tart"},
{
id: "p6", name: "Classic Vanilla Bean", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake_74190-2550.jpg", imageAlt: "Classic Vanilla Bean"},
]}
@@ -133,15 +133,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1", name: "Sarah Johnson", role: "Food Blogger", testimonial: "The best cheesecake I've ever had in the city!", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-fresh-strawberries-dark-blue-desk_140725-115328.jpg"},
id: "t1", name: "Sarah Johnson", role: "Food Blogger", testimonial: "The best cheesecake I've ever had in the city!", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-fresh-strawberries-dark-blue-desk_140725-115328.jpg?_wi=3"},
{
id: "t2", name: "Michael Chen", role: "Local Guide", testimonial: "Amazing quality and always fresh.", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cheesecake-side-view_140725-9106.jpg"},
id: "t2", name: "Michael Chen", role: "Local Guide", testimonial: "Amazing quality and always fresh.", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cheesecake-side-view_140725-9106.jpg?_wi=3"},
{
id: "t3", name: "Emily Rodriguez", role: "Event Planner", testimonial: "Perfect for our office party desserts.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cake-slice-inside-plate-dark-background-love-photo-sweet-pie-dessert-birthday-sugar_140725-160766.jpg"},
id: "t3", name: "Emily Rodriguez", role: "Event Planner", testimonial: "Perfect for our office party desserts.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cake-slice-inside-plate-dark-background-love-photo-sweet-pie-dessert-birthday-sugar_140725-160766.jpg?_wi=3"},
{
id: "t4", name: "David Kim", role: "Regular Customer", testimonial: "Super creamy and not too sweet. Perfect balance.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake_23-2148549963.jpg"},
id: "t4", name: "David Kim", role: "Regular Customer", testimonial: "Super creamy and not too sweet. Perfect balance.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake_23-2148549963.jpg?_wi=3"},
{
id: "t5", name: "Jane Smith", role: "Dessert Enthusiast", testimonial: "I highly recommend the Lotus flavor!", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-tart-with-custard_2829-14276.jpg"},
id: "t5", name: "Jane Smith", role: "Dessert Enthusiast", testimonial: "I highly recommend the Lotus flavor!", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-tart-with-custard_2829-14276.jpg?_wi=2"},
]}
title="Customer Stories"
description="What our lovely customers say about their experience."