Merge version_1 into main #3
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
{ name: "Laura Johnson", handle: "@lauraj", testimonial: "Absolutely amazing flavors every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-16389.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "View Menu", href: "/menu" }, { text: "Order Now", href: "/contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waitress-holding-cake_23-2147821281.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waitress-holding-cake_23-2147821281.jpg?_wi=1"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-holding-mould-stack-tray_1170-2040.jpg", alt: "Baker portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-showing-eclairs-bakery-counter_23-2148189123.jpg", alt: "Customer portrait" },
|
||||
@@ -73,9 +73,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ tag: "Dessert", title: "Cheesecakes", subtitle: "Creamy goodness", description: "Classic, fruit-topped, and decadent varieties.", imageSrc: "http://img.b2bpic.net/free-photo/homemade-cheese-cake_169016-1935.jpg" },
|
||||
{ tag: "Sweet", title: "Cupcakes", subtitle: "Perfect bites", description: "Fluffy cakes topped with rich buttercream.", imageSrc: "http://img.b2bpic.net/free-photo/female-hand-holding-sweet-roll-from-wooden-board_114579-25729.jpg" },
|
||||
{ tag: "Drink", title: "Artisan Coffee", subtitle: "Bold aroma", description: "Locally roasted blends to pair with sweets.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-frappe-cake-wooden-plate_23-2148222451.jpg" }
|
||||
{ tag: "Dessert", title: "Cheesecakes", subtitle: "Creamy goodness", description: "Classic, fruit-topped, and decadent varieties.", imageSrc: "http://img.b2bpic.net/free-photo/homemade-cheese-cake_169016-1935.jpg?_wi=1" },
|
||||
{ tag: "Sweet", title: "Cupcakes", subtitle: "Perfect bites", description: "Fluffy cakes topped with rich buttercream.", imageSrc: "http://img.b2bpic.net/free-photo/female-hand-holding-sweet-roll-from-wooden-board_114579-25729.jpg?_wi=1" },
|
||||
{ tag: "Drink", title: "Artisan Coffee", subtitle: "Bold aroma", description: "Locally roasted blends to pair with sweets.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-frappe-cake-wooden-plate_23-2148222451.jpg?_wi=1" }
|
||||
]}
|
||||
title="Our Signature Treats"
|
||||
description="Explore our freshly baked delights crafted daily."
|
||||
@@ -99,10 +99,10 @@ export default function LandingPage() {
|
||||
title="What Our Neighbors Say"
|
||||
description="Sharing the sweetness with Northern Cambria."
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Alice T.", date: "Oct 2024", title: "Amazing Service", quote: "The staff is always so welcoming.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-young-girl-with-dark-wavy-hairstyle-modern-makeup-stylish-earrings-beige-trench-coat-sitting-city-cafe-terrace-holding-piece-cheesecake_197531-24437.jpg", imageSrc: "http://img.b2bpic.net/free-photo/waitress-holding-cake_23-2147821281.jpg", imageAlt: "Pretty young girl" },
|
||||
{ id: "t2", name: "Bob D.", date: "Sep 2024", title: "Daily Habit", quote: "I cannot start my day without their coffee.", tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-eating-croissant-cafe_1170-630.jpg", imageSrc: "http://img.b2bpic.net/free-photo/homemade-cheese-cake_169016-1935.jpg", imageAlt: "Smiling man" },
|
||||
{ id: "t3", name: "Carol L.", date: "Aug 2024", title: "Best Cupcakes", quote: "Perfectly balanced sugar and flavor.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-big-cup-coffee-smiling-looking-happy_1258-201127.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-hand-holding-sweet-roll-from-wooden-board_114579-25729.jpg", imageAlt: "Beautiful young woman" },
|
||||
{ id: "t4", name: "Dave H.", date: "Jul 2024", title: "Birthday Success", quote: "My party guests loved the strawberry cake.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-male-eating-delicious-chocolate-cookies_181624-7418.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-frappe-cake-wooden-plate_23-2148222451.jpg", imageAlt: "Selective focus man" },
|
||||
{ id: "t1", name: "Alice T.", date: "Oct 2024", title: "Amazing Service", quote: "The staff is always so welcoming.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-young-girl-with-dark-wavy-hairstyle-modern-makeup-stylish-earrings-beige-trench-coat-sitting-city-cafe-terrace-holding-piece-cheesecake_197531-24437.jpg", imageSrc: "http://img.b2bpic.net/free-photo/waitress-holding-cake_23-2147821281.jpg?_wi=2", imageAlt: "Pretty young girl" },
|
||||
{ id: "t2", name: "Bob D.", date: "Sep 2024", title: "Daily Habit", quote: "I cannot start my day without their coffee.", tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-eating-croissant-cafe_1170-630.jpg", imageSrc: "http://img.b2bpic.net/free-photo/homemade-cheese-cake_169016-1935.jpg?_wi=2", imageAlt: "Smiling man" },
|
||||
{ id: "t3", name: "Carol L.", date: "Aug 2024", title: "Best Cupcakes", quote: "Perfectly balanced sugar and flavor.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-big-cup-coffee-smiling-looking-happy_1258-201127.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-hand-holding-sweet-roll-from-wooden-board_114579-25729.jpg?_wi=2", imageAlt: "Beautiful young woman" },
|
||||
{ id: "t4", name: "Dave H.", date: "Jul 2024", title: "Birthday Success", quote: "My party guests loved the strawberry cake.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-male-eating-delicious-chocolate-cookies_181624-7418.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-frappe-cake-wooden-plate_23-2148222451.jpg?_wi=2", imageAlt: "Selective focus man" },
|
||||
{ id: "t5", name: "Eve M.", date: "Jun 2024", title: "Pure Magic", quote: "Worth the drive from the city.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-smiling-woman-with-dark-curly-hair-holding-orange-cup-coffee-hands-dreamily-looking-camera-modern-cozy-home-alone_574295-2225.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-owner-woman-crossing-arms_53876-128833.jpg", imageAlt: "Business owner" }
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user