diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c28550..7438226 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file