diff --git a/src/app/page.tsx b/src/app/page.tsx index 319b925..1ce5bfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Instagram, Facebook, Pinterest } from 'lucide-react'; +import { Instagram, Facebook, Share2 } from 'lucide-react'; export default function LandingPage() { return ( @@ -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?_wi=1", imageAlt: "Sarah Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg", 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?_wi=1", imageAlt: "Michael" + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1588.jpg", 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?_wi=1", imageAlt: "David Chen" + imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg", 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?_wi=1", imageAlt: "Jessica and Tom" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-real-estate-agents_23-2151064996.jpg", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Jessica and Tom" } ]} /> @@ -210,7 +210,7 @@ export default function LandingPage() { socialLinks={[ { icon: Instagram, href: "https://instagram.com/photomemories", ariaLabel: "Follow us on Instagram" }, { icon: Facebook, href: "https://facebook.com/photomemories", ariaLabel: "Follow us on Facebook" }, - { icon: Pinterest, href: "https://pinterest.com/photomemories", ariaLabel: "Follow us on Pinterest" } + { icon: Share2, href: "https://pinterest.com/photomemories", ariaLabel: "Follow us on Pinterest" } ]} />