Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
182
src/app/page.tsx
182
src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Sunset Trails"
|
||||
/>
|
||||
@@ -56,47 +46,20 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="Capturing Moments That Feel Like Forever"
|
||||
description="Luxury photography for life’s most meaningful moments, bathed in the warmth of the golden hour."
|
||||
description="Luxury photography for life’s most meaningful moments, bathed in the warmth of the golden hour in Citrus County, FL."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Session",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book Your Exclusive Session", href: "/contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg?_wi=1",
|
||||
imageAlt: "Couple at sunset",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg?_wi=2",
|
||||
imageAlt: "Portrait at golden hour",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg?_wi=3",
|
||||
imageAlt: "Family lifestyle",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg?_wi=4",
|
||||
imageAlt: "Maternity portrait",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg?_wi=5",
|
||||
imageAlt: "Engagement session",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg?_wi=6",
|
||||
imageAlt: "Wedding detail",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg?_wi=1", imageAlt: "Couple at sunset" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg?_wi=2", imageAlt: "Portrait at golden hour" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg?_wi=3", imageAlt: "Family lifestyle" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg?_wi=4", imageAlt: "Maternity portrait" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg?_wi=5", imageAlt: "Engagement session" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg?_wi=6", imageAlt: "Wedding detail" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,34 +68,14 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah & Mark",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/landscape-portrait-young-beautiful-stylish-couple-sensual-having-fun-outdoor_158595-1071.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "The Johnsons",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/landscape-portrait-young-beautiful-stylish-couple-sensual-having-fun-outdoor_158595-1071.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/landscape-portrait-young-beautiful-stylish-couple-sensual-having-fun-outdoor_158595-1071.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David & Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/landscape-portrait-young-beautiful-stylish-couple-sensual-having-fun-outdoor_158595-1071.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena V.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/landscape-portrait-young-beautiful-stylish-couple-sensual-having-fun-outdoor_158595-1071.jpg?_wi=5",
|
||||
},
|
||||
{ id: "1", name: "Sarah & Mark", imageSrc: "http://img.b2bpic.net/free-photo/landscape-portrait-young-beautiful-stylish-couple-sensual-having-fun-outdoor_158595-1071.jpg?_wi=1" },
|
||||
{ id: "2", name: "The Johnsons", imageSrc: "http://img.b2bpic.net/free-photo/landscape-portrait-young-beautiful-stylish-couple-sensual-having-fun-outdoor_158595-1071.jpg?_wi=2" },
|
||||
{ id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/landscape-portrait-young-beautiful-stylish-couple-sensual-having-fun-outdoor_158595-1071.jpg?_wi=3" },
|
||||
{ id: "4", name: "David & Kim", imageSrc: "http://img.b2bpic.net/free-photo/landscape-portrait-young-beautiful-stylish-couple-sensual-having-fun-outdoor_158595-1071.jpg?_wi=4" },
|
||||
{ id: "5", name: "Elena V.", imageSrc: "http://img.b2bpic.net/free-photo/landscape-portrait-young-beautiful-stylish-couple-sensual-having-fun-outdoor_158595-1071.jpg?_wi=5" },
|
||||
]}
|
||||
cardTitle="Trusted by 100+ Happy Clients"
|
||||
cardTag="Testimonials"
|
||||
cardTitle="A Legacy of Luxury in Citrus County"
|
||||
cardTag="Elite Client Experience"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -141,15 +84,10 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Featured In"
|
||||
description="Recognized by industry leaders for our unique approach."
|
||||
title="Featured in Elite Publications"
|
||||
description="Our award-winning photography is showcased across the finest wedding and lifestyle media platforms globally."
|
||||
names={[
|
||||
"Vogue Weddings",
|
||||
"The Knot",
|
||||
"Style Me Pretty",
|
||||
"Bridal Musings",
|
||||
"Rangefinder",
|
||||
]}
|
||||
"Vogue Weddings", "The Knot", "Style Me Pretty", "Bridal Musings", "Rangefinder"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -157,35 +95,15 @@ export default function LandingPage() {
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about your session."
|
||||
title="Concierge Photography Services"
|
||||
description="Discover the Sunset Trails experience in Citrus County and beyond."
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long until I receive my photos?",
|
||||
content: "You will receive a curated gallery within 3 weeks of your session.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I bring props?",
|
||||
content: "Absolutely! We love personalized touches that tell your unique story.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you travel?",
|
||||
content: "Yes, we are available for destination sessions globally.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "What happens if it rains?",
|
||||
content: "We offer a complimentary reschedule or move the shoot to an indoor studio location.",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Are prints included?",
|
||||
content: "Full sessions include a print credit for your favorite high-quality archival prints.",
|
||||
},
|
||||
{ id: "1", title: "What makes your sessions 'luxury'?", content: "We provide a full-service experience including professional styling, exclusive location scouting in Citrus County, and handcrafted final products." },
|
||||
{ id: "2", title: "Can I book sessions in Citrus County?", content: "Yes, we are specialists in the natural beauty of Citrus County, from coastal vistas to hidden forest trails." },
|
||||
{ id: "3", title: "How is the curation process handled?", content: "Every image undergoes meticulous post-production to ensure cinematic lighting and timeless color grading." },
|
||||
{ id: "4", title: "Do you offer custom heirloom prints?", content: "Yes, our collections include premium, archival-grade fine art prints designed to last generations." },
|
||||
{ id: "5", title: "What if I need rescheduling?", content: "We provide dedicated concierge support for rescheduling, ensuring your session day is perfect regardless of external conditions." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -193,42 +111,18 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Newsletter"
|
||||
title="Join Our Golden Hour List"
|
||||
description="Receive seasonal booking tips and inspiration directly to your inbox."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Book Now"
|
||||
title="Reserve Your Date in Citrus County"
|
||||
description="Secure your exclusive session with Sunset Trails. Limited availability for private bookings this season."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Photography Services", href: "/services" }, { label: "Portfolio Gallery", href: "/gallery" }] },
|
||||
{ items: [{ label: "About Us", href: "/about" }, { label: "Contact Concierge", href: "/contact" }, { label: "Florida Studio", href: "#" }] },
|
||||
]}
|
||||
logoText="Sunset Trails"
|
||||
/>
|
||||
@@ -236,4 +130,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user