4 Commits

Author SHA1 Message Date
e65a3596bd Update src/app/page.tsx 2026-05-12 22:33:01 +00:00
19f77a77b9 Merge version_3 into main
Merge version_3 into main
2026-05-12 22:31:55 +00:00
ba033fdb5f Update src/app/page.tsx 2026-05-12 22:31:49 +00:00
2648e7b02c Merge version_2 into main
Merge version_2 into main
2026-05-12 22:29:47 +00:00

View File

@@ -96,9 +96,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{ id: "p1", name: "Wedding Premium", price: "$2,500", variant: "All-day coverage", imageSrc: "http://img.b2bpic.net/free-photo/male-product-photographer-doing-his-job-studio_23-2148970193.jpg?_wi=1" },
{ id: "p2", name: "Corporate Identity", price: "$1,200", variant: "Branding & Headshots", imageSrc: "http://img.b2bpic.net/free-photo/side-view-photographer-married-couple_23-2150264517.jpg?_wi=1" },
{ id: "p3", name: "Portrait Session", price: "$450", variant: "2-hour session", imageSrc: "http://img.b2bpic.net/free-photo/cute-hipster-woman-taking-photos-retro-camera_176420-16727.jpg?_wi=1" }
{ id: "p1", name: "Wedding Premium", price: "$2,500", variant: "Includes 150+ Edited Photos & Digital Gallery", imageSrc: "http://img.b2bpic.net/free-photo/male-product-photographer-doing-his-job-studio_23-2148970193.jpg?_wi=1" },
{ id: "p2", name: "Corporate Identity", price: "$1,200", variant: "Includes 50+ Headshots & Online Portal", imageSrc: "http://img.b2bpic.net/free-photo/side-view-photographer-married-couple_23-2150264517.jpg?_wi=1" },
{ id: "p3", name: "Portrait Session", price: "$450", variant: "Includes 20+ Edited Photos & Print Rights", imageSrc: "http://img.b2bpic.net/free-photo/cute-hipster-woman-taking-photos-retro-camera_176420-16727.jpg?_wi=1" }
]}
title="Service Offerings"
description="Customizable packages for every need."
@@ -154,7 +154,7 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{ variant: "gradient-bars" }}
text="Ready to capture your next memory?"
buttons={[{ text: "Send a Message", href: "mailto:hello@lensandlight.com" }]}
buttons={[{ text: "Check Availability & Pricing", href: "mailto:hello@lensandlight.com" }]}
/>
</div>