3 Commits

Author SHA1 Message Date
f8d8f83e22 Merge version_2 into main
Merge version_2 into main
2026-04-06 23:42:50 +00:00
88fb6d6d9e Update src/app/page.tsx 2026-04-06 23:42:47 +00:00
aaa7b87764 Merge version_1 into main
Merge version_1 into main
2026-04-06 23:42:14 +00:00

View File

@@ -29,25 +29,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "Gallery", name: "Gallery", id: "/gallery"},
id: "/gallery",
},
{ {
name: "About", name: "About", id: "/about"},
id: "/about",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="Sunset Trails" brandName="Sunset Trails"
/> />
@@ -56,47 +46,20 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <HeroBillboardRotatedCarousel
background={{ background={{
variant: "rotated-rays-static", variant: "rotated-rays-static"}}
}}
title="Capturing Moments That Feel Like Forever" title="Capturing Moments That Feel Like Forever"
description="Luxury photography for lifes most meaningful moments, bathed in the warmth of the golden hour." description="Luxury photography for lifes most meaningful moments, bathed in the warmth of the golden hour in Citrus County, FL."
buttons={[ buttons={[
{ {
text: "Book Your Session", text: "Book Your Exclusive Session", href: "/contact"},
href: "/contact",
},
]} ]}
carouselItems={[ 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: "1", { 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" },
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg?_wi=1", { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg?_wi=3", imageAlt: "Family lifestyle" },
imageAlt: "Couple at sunset", { 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: "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> </div>
@@ -105,34 +68,14 @@ export default function LandingPage() {
<TestimonialCardTwelve <TestimonialCardTwelve
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ 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: "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" },
name: "Sarah & Mark", { 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" },
imageSrc: "http://img.b2bpic.net/free-photo/landscape-portrait-young-beautiful-stylish-couple-sensual-having-fun-outdoor_158595-1071.jpg?_wi=1", { 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: "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" cardTitle="A Legacy of Luxury in Citrus County"
cardTag="Testimonials" cardTag="Elite Client Experience"
cardAnimation="slide-up" cardAnimation="slide-up"
/> />
</div> </div>
@@ -141,15 +84,10 @@ export default function LandingPage() {
<SocialProofOne <SocialProofOne
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
title="Featured In" title="Featured in Elite Publications"
description="Recognized by industry leaders for our unique approach." description="Our award-winning photography is showcased across the finest wedding and lifestyle media platforms globally."
names={[ names={[
"Vogue Weddings", "Vogue Weddings", "The Knot", "Style Me Pretty", "Bridal Musings", "Rangefinder"]}
"The Knot",
"Style Me Pretty",
"Bridal Musings",
"Rangefinder",
]}
/> />
</div> </div>
@@ -157,35 +95,15 @@ export default function LandingPage() {
<FaqBase <FaqBase
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
title="Frequently Asked Questions" title="Concierge Photography Services"
description="Everything you need to know about your session." description="Discover the Sunset Trails experience in Citrus County and beyond."
faqsAnimation="slide-up" faqsAnimation="slide-up"
faqs={[ faqs={[
{ { 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: "1", { 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." },
title: "How long until I receive my photos?", { id: "3", title: "How is the curation process handled?", content: "Every image undergoes meticulous post-production to ensure cinematic lighting and timeless color grading." },
content: "You will receive a curated gallery within 3 weeks of your session.", { 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." },
{
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.",
},
]} ]}
/> />
</div> </div>
@@ -193,42 +111,18 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{ variant: "plain" }}
variant: "plain", tag="Book Now"
}} title="Reserve Your Date in Citrus County"
tag="Newsletter" description="Secure your exclusive session with Sunset Trails. Limited availability for private bookings this season."
title="Join Our Golden Hour List"
description="Receive seasonal booking tips and inspiration directly to your inbox."
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
columns={[ columns={[
{ { items: [{ label: "Photography Services", href: "/services" }, { label: "Portfolio Gallery", href: "/gallery" }] },
items: [ { items: [{ label: "About Us", href: "/about" }, { label: "Contact Concierge", href: "/contact" }, { label: "Florida Studio", href: "#" }] },
{
label: "Services",
href: "/services",
},
{
label: "Gallery",
href: "/gallery",
},
],
},
{
items: [
{
label: "About",
href: "/about",
},
{
label: "Contact",
href: "/contact",
},
],
},
]} ]}
logoText="Sunset Trails" logoText="Sunset Trails"
/> />
@@ -236,4 +130,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }