Merge version_1 into main #1
@@ -47,11 +47,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Johnson", handle: "Food Enthusiast", testimonial: "The finest waffle I've ever tasted. Pure Swiss perfection.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Michel Laurent", handle: "Pastry Chef", testimonial: "Authentically delicious. Every layer is crafted with care.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -95,10 +95,10 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
features={[
|
||||
{
|
||||
title: "Heat Both Sides", description: "Heat both sides on a tawa / pan for the Swaffle crunch", imageSrc: "http://img.b2bpic.net/free-photo/waffle-slices-banana-wooden-tray-honey-jar_53876-146247.jpg", imageAlt: "Heating waffle on pan"
|
||||
title: "Heat Both Sides", description: "Heat both sides on a tawa / pan for the Swaffle crunch", imageSrc: "http://img.b2bpic.net/free-photo/waffle-slices-banana-wooden-tray-honey-jar_53876-146247.jpg?_wi=1", imageAlt: "Heating waffle on pan"
|
||||
},
|
||||
{
|
||||
title: "Skip the Microwave", description: "Skip the microwave (Swaffles don't like shortcuts)", imageSrc: "http://img.b2bpic.net/free-photo/waffle-slices-banana-wooden-tray-honey-jar_53876-146247.jpg", imageAlt: "Traditional waffle preparation"
|
||||
title: "Skip the Microwave", description: "Skip the microwave (Swaffles don't like shortcuts)", imageSrc: "http://img.b2bpic.net/free-photo/waffle-slices-banana-wooden-tray-honey-jar_53876-146247.jpg?_wi=2", imageAlt: "Traditional waffle preparation"
|
||||
}
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
@@ -109,10 +109,10 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Emma Wilson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageAlt: "portrait happy customer smiling"
|
||||
id: "1", name: "Emma Wilson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=2", imageAlt: "portrait happy customer smiling"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", imageAlt: "portrait satisfied customer happy"
|
||||
id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=2", imageAlt: "portrait satisfied customer happy"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sophie Martin", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "portrait customer face"
|
||||
|
||||
Reference in New Issue
Block a user