Update src/app/page.tsx

This commit is contained in:
2026-05-12 22:31:49 +00:00
parent 2648e7b02c
commit ba033fdb5f

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."
@@ -175,4 +175,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}