Update src/app/page.tsx
This commit is contained in:
@@ -55,15 +55,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Studio Lens captured the essence of our wedding day perfectly. Every shot was absolutely stunning.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-with-glasses_23-2148290343.jpg", imageAlt: "Sarah Mitchell wedding portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-with-glasses_23-2148290343.jpg?_wi=1", imageAlt: "Sarah Mitchell wedding portrait"
|
||||
},
|
||||
{
|
||||
name: "James Rodriguez", handle: "@jamesrodriguez", testimonial: "My corporate headshots exceeded expectations. Professional, timely, and worth every penny.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "James Rodriguez professional headshot"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=1", imageAlt: "James Rodriguez professional headshot"
|
||||
},
|
||||
{
|
||||
name: "Emma & David", handle: "@emmadavidmoments", testimonial: "From engagement to wedding day, they captured our love story beautifully. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245280.jpg", imageAlt: "Emma and David engagement portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245280.jpg?_wi=1", imageAlt: "Emma and David engagement portrait"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -105,28 +105,28 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 1,
|
||||
title: "Portrait Photography", description: "Elegant and timeless portrait sessions that capture your personality and beauty with professional lighting and composition.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-red-haired-girl-sitting-floor-studio_8353-9441.jpg", imageAlt: "Professional portrait photography session"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-red-haired-girl-sitting-floor-studio_8353-9441.jpg?_wi=1", imageAlt: "Professional portrait photography session"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-red-haired-girl-sitting-floor-studio_8353-9441.jpg", imageAlt: "Portrait photography setup"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-red-haired-girl-sitting-floor-studio_8353-9441.jpg?_wi=2", imageAlt: "Portrait photography setup"
|
||||
}
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Wedding Photography", description: "Comprehensive wedding coverage documenting every precious moment of your special day with artistic vision and technical excellence.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-visiting-grave-loved-one_23-2149125601.jpg", imageAlt: "Wedding ceremony photography"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-visiting-grave-loved-one_23-2149125601.jpg?_wi=1", imageAlt: "Wedding ceremony photography"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-visiting-grave-loved-one_23-2149125601.jpg", imageAlt: "Wedding photography moments"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-visiting-grave-loved-one_23-2149125601.jpg?_wi=2", imageAlt: "Wedding photography moments"
|
||||
}
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Corporate Events", description: "Professional event photography for conferences, corporate functions, and business gatherings with high-quality documentation.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-red-haired-girl-sitting-floor-studio_8353-9441.jpg", imageAlt: "Corporate event photography"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-red-haired-girl-sitting-floor-studio_8353-9441.jpg?_wi=3", imageAlt: "Corporate event photography"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-red-haired-girl-sitting-floor-studio_8353-9441.jpg", imageAlt: "Professional event documentation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-red-haired-girl-sitting-floor-studio_8353-9441.jpg?_wi=4", imageAlt: "Professional event documentation"
|
||||
}
|
||||
}
|
||||
]}
|
||||
@@ -178,15 +178,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Sarah Mitchell", role: "Bride", company: "Wedding 2024", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-with-glasses_23-2148290343.jpg", imageAlt: "Sarah Mitchell wedding portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-with-glasses_23-2148290343.jpg?_wi=2", imageAlt: "Sarah Mitchell wedding portrait"
|
||||
},
|
||||
{
|
||||
id: "t2", name: "James Rodriguez", role: "CEO", company: "TechCorp Industries", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "James Rodriguez professional headshot"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=2", imageAlt: "James Rodriguez professional headshot"
|
||||
},
|
||||
{
|
||||
id: "t3", name: "Emma & David", role: "Engaged Couple", company: "Engagement Session", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245280.jpg", imageAlt: "Emma and David engagement portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245280.jpg?_wi=2", imageAlt: "Emma and David engagement portrait"
|
||||
},
|
||||
{
|
||||
id: "t4", name: "Jessica Chen", role: "Business Owner", company: "Creative Agency", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user