diff --git a/src/app/page.tsx b/src/app/page.tsx index 488b039..749d0c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Capture the Moment" description="Professional photography services based in Moruleng. We transform your precious moments into timeless memories." - imageSrc="http://img.b2bpic.net/free-photo/artist-props-photography-studio_23-2148885636.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D0jOqvRSS5fpXxEvILQWM2nSh0/uploaded-1777426380304-ucvn07cx.jpg" imageAlt="Professional photography work" /> @@ -64,9 +64,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Wedding Sessions", description: "Beautiful coverage of your big day.", buttonIcon: Camera, imageSrc: "http://img.b2bpic.net/free-photo/blonde-curly-woman-man-standing-autumn-forest-hugging_1157-50974.jpg" }, - { title: "Family Portraits", description: "Capturing bonds that last forever.", buttonIcon: Users, imageSrc: "http://img.b2bpic.net/free-photo/happy-family-posing_1328-3216.jpg" }, - { title: "Corporate Headshots", description: "Professional images for your brand.", buttonIcon: Briefcase, imageSrc: "http://img.b2bpic.net/free-photo/young-lady-two-young-men-getting-their-picture-taken_171337-12592.jpg" }, + { title: "Wedding Sessions", description: "Beautiful coverage of your big day.", buttonIcon: Camera, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D0jOqvRSS5fpXxEvILQWM2nSh0/uploaded-1777426380305-5yxkm233.jpg" }, + { title: "Family Portraits", description: "Capturing bonds that last forever.", buttonIcon: Users, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D0jOqvRSS5fpXxEvILQWM2nSh0/uploaded-1777426380305-f5efy1ok.jpg" }, + { title: "Corporate Headshots", description: "Professional images for your brand.", buttonIcon: Briefcase, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D0jOqvRSS5fpXxEvILQWM2nSh0/uploaded-1777426380305-pkegyuyx.jpg" }, { title: "Event Coverage", description: "Documenting every important event.", buttonIcon: Calendar, imageSrc: "http://img.b2bpic.net/free-photo/going-out-concept-with-girl-night_23-2148140752.jpg" }, ]} title="Photography Services" @@ -137,4 +137,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file