Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e65a3596bd | |||
| 19f77a77b9 | |||
| ba033fdb5f | |||
| 2648e7b02c |
@@ -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>
|
||||
|
||||
@@ -175,4 +175,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user