Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-15 13:21:21 +00:00

View File

@@ -50,19 +50,19 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Johnson", handle: "@sarahjtravel", testimonial: "The quality exceeded my expectations. Every photo is crisp and the layout is stunning!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg", imageAlt: "Sarah Johnson"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg?_wi=1", imageAlt: "Sarah Johnson"
},
{
name: "Michael & Emily", handle: "@ourhoneymoon", testimonial: "Perfect gift for parents. The customization options were amazing and the final product is beautiful.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1588.jpg", imageAlt: "Michael"
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1588.jpg?_wi=1", imageAlt: "Michael"
},
{
name: "David Chen", handle: "@davidtravel", testimonial: "Fast turnaround, incredible attention to detail. This is how memories should be preserved.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg", imageAlt: "David Chen"
imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg?_wi=1", imageAlt: "David Chen"
},
{
name: "Jessica & Tom", handle: "@familyadventures", testimonial: "Our family loves flipping through the pages. Worth every penny. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-real-estate-agents_23-2151064996.jpg", imageAlt: "Jessica and Tom"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-real-estate-agents_23-2151064996.jpg?_wi=1", imageAlt: "Jessica and Tom"
}
]}
tag="Premium Photo Albums"
@@ -143,16 +143,16 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "Couples Travel", testimonial: "Incredible quality! The photos were sharp and the layout was absolutely beautiful. We've already ordered another one for our parents.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg", imageAlt: "Sarah Johnson"
id: "1", name: "Sarah Johnson", handle: "Couples Travel", testimonial: "Incredible quality! The photos were sharp and the layout was absolutely beautiful. We've already ordered another one for our parents.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg?_wi=2", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael & Emily", handle: "Honeymoon 2024", testimonial: "Perfect gift for my parents after our family trip. They cried when they opened it. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1588.jpg", imageAlt: "Michael"
id: "2", name: "Michael & Emily", handle: "Honeymoon 2024", testimonial: "Perfect gift for my parents after our family trip. They cried when they opened it. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1588.jpg?_wi=2", imageAlt: "Michael"
},
{
id: "3", name: "David Chen", handle: "Solo Travel Blogger", testimonial: "Fast turnaround and exceptional attention to detail. This is exactly how I wanted my travel memories preserved.", imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg", imageAlt: "David Chen"
id: "3", name: "David Chen", handle: "Solo Travel Blogger", testimonial: "Fast turnaround and exceptional attention to detail. This is exactly how I wanted my travel memories preserved.", imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg?_wi=2", imageAlt: "David Chen"
},
{
id: "4", name: "Jessica & Tom Family", handle: "Family Adventures", testimonial: "Our kids love flipping through the pages. We've made it a tradition to create one after every vacation. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-real-estate-agents_23-2151064996.jpg", imageAlt: "Jessica and Tom"
id: "4", name: "Jessica & Tom Family", handle: "Family Adventures", testimonial: "Our kids love flipping through the pages. We've made it a tradition to create one after every vacation. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-real-estate-agents_23-2151064996.jpg?_wi=2", imageAlt: "Jessica and Tom"
}
]}
/>