Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -54,15 +54,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Emma Rodriguez", handle: "Wedding Bride", testimonial: "Our wedding cake was absolutely stunning! Every detail was perfect.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-headset_74855-2661.jpg", imageAlt: "Emma Rodriguez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-headset_74855-2661.jpg?_wi=1", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
name: "James Chen", handle: "Birthday Planner", testimonial: "The most delicious chocolate cake I've ever tasted. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586553.jpg", imageAlt: "James Chen"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586553.jpg?_wi=1", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
name: "Sophie Laurent", handle: "Corporate Event", testimonial: "Professional, creative, and absolutely delicious. Best choice ever!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg", imageAlt: "Sophie Laurent"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg?_wi=1", imageAlt: "Sophie Laurent"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -154,13 +154,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-headset_74855-2661.jpg", imageAlt: "Emma Rodriguez"
|
||||
id: "1", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-headset_74855-2661.jpg?_wi=2", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586553.jpg", imageAlt: "James Chen"
|
||||
id: "2", name: "James Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586553.jpg?_wi=2", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg", imageAlt: "Sophie Laurent"
|
||||
id: "3", name: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg?_wi=2", imageAlt: "Sophie Laurent"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Marcus Thompson", imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-3500.jpg", imageAlt: "Marcus Thompson"
|
||||
|
||||
Reference in New Issue
Block a user