Merge version_1 into main #3
@@ -47,13 +47,13 @@ export default function LandingPage() {
|
||||
title="Sip Into Pure Happiness"
|
||||
description="Handcrafted shakes and premium ice cream made with real ingredients and a dash of love. Taste the difference in every swirl."
|
||||
testimonials={[
|
||||
{ name: "Anna S.", handle: "@anna_eats", testimonial: "The best salted caramel shake I have ever tasted!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/interior-bakery-with-lighting-equipments_23-2147893059.jpg", imageAlt: "gourmet milkshake with whipped cream" },
|
||||
{ name: "Anna S.", handle: "@anna_eats", testimonial: "The best salted caramel shake I have ever tasted!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/interior-bakery-with-lighting-equipments_23-2147893059.jpg?_wi=1", imageAlt: "gourmet milkshake with whipped cream" },
|
||||
{ name: "Mark D.", handle: "@foodie_mark", testimonial: "Such a vibrant atmosphere and creamy ice cream.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-wooden-box_169016-3467.jpg", imageAlt: "gourmet milkshake with whipped cream" },
|
||||
{ name: "Sophie L.", handle: "@sophie_desserts", testimonial: "The staff are so friendly, and the flavors are endless.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/frappe-drink-with-caramel-nuts-golden-background-ai-generative_123827-24942.jpg", imageAlt: "gourmet milkshake with whipped cream" },
|
||||
{ name: "James P.", handle: "@james_tasty", testimonial: "Perfectly chilled and so refreshing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-enjoying-ice-cream-outside_23-2150244887.jpg", imageAlt: "gourmet milkshake with whipped cream" },
|
||||
{ name: "Sophie L.", handle: "@sophie_desserts", testimonial: "The staff are so friendly, and the flavors are endless.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/frappe-drink-with-caramel-nuts-golden-background-ai-generative_123827-24942.jpg?_wi=1", imageAlt: "gourmet milkshake with whipped cream" },
|
||||
{ name: "James P.", handle: "@james_tasty", testimonial: "Perfectly chilled and so refreshing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-enjoying-ice-cream-outside_23-2150244887.jpg?_wi=1", imageAlt: "gourmet milkshake with whipped cream" },
|
||||
{ name: "Elena R.", handle: "@elena_sweets", testimonial: "My go-to spot for an afternoon treat.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/line-style-abstract-corporate-symbol-template-set-six_1017-53032.jpg", imageAlt: "gourmet milkshake with whipped cream" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-bakery-with-lighting-equipments_23-2147893059.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-bakery-with-lighting-equipments_23-2147893059.jpg?_wi=2"
|
||||
imageAlt="Artisanal Milkshake"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Midnight Chocolate", price: "$8.00", variant: "Shake", imageSrc: "http://img.b2bpic.net/free-photo/frappe-drink-with-caramel-nuts-golden-background-ai-generative_123827-24942.jpg" },
|
||||
{ id: "1", name: "Midnight Chocolate", price: "$8.00", variant: "Shake", imageSrc: "http://img.b2bpic.net/free-photo/frappe-drink-with-caramel-nuts-golden-background-ai-generative_123827-24942.jpg?_wi=2" },
|
||||
{ id: "2", name: "Strawberry Breeze", price: "$7.50", variant: "Shake", imageSrc: "http://img.b2bpic.net/free-photo/glass-frappucino-table_23-2148922858.jpg" },
|
||||
{ id: "3", name: "Classic Vanilla", price: "$6.00", variant: "Ice Cream", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-texture-with-stars_23-2149450694.jpg" },
|
||||
{ id: "4", name: "Salted Caramel Dream", price: "$8.50", variant: "Shake", imageSrc: "http://img.b2bpic.net/free-photo/summer-dessert-ice-cream-ice-cream-with-coconut_185193-110324.jpg" },
|
||||
@@ -125,7 +125,7 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", role: "Fan", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-enjoying-ice-cream-outside_23-2150244887.jpg" },
|
||||
{ id: "1", name: "Sarah J.", role: "Fan", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-enjoying-ice-cream-outside_23-2150244887.jpg?_wi=2" },
|
||||
{ id: "2", name: "Mike B.", role: "Regular", company: "Foodie Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-man-with-ice-cream_23-2149066130.jpg" },
|
||||
{ id: "3", name: "Emma W.", role: "Customer", company: "University", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-enjoying-morning-coffee-with-donuts-outdoor-terrace_169016-10253.jpg" },
|
||||
{ id: "4", name: "David K.", role: "Visitor", company: "City Center", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-tasty-ice-cream_23-2150232365.jpg" },
|
||||
|
||||
Reference in New Issue
Block a user