Update src/app/page.tsx

This commit is contained in:
2026-03-27 08:49:44 +00:00
parent c458faef94
commit 7b8d5294c2

View File

@@ -24,174 +24,102 @@ export default function LandingPage() {
headingFontWeight="medium"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Details",
id: "about",
},
{
name: "Features",
id: "features",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="1607 Harness Ln"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "hero" },
{ name: "Details", id: "about" },
{ name: "Features", id: "features" },
{ name: "Contact", id: "contact" },
]}
brandName="1607 Harness Ln"
button={{ text: "Inquire Now", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "downward-rays-static",
}}
title="Welcome to 1607 Harness Ln"
description="Discover your next chapter in this beautiful San Antonio home. Perfectly located for comfort and convenience."
testimonials={[
{
name: "Local Resident",
handle: "@satxliving",
testimonial: "San Antonio is a fantastic place to call home, with vibrant culture and great community.",
rating: 5,
},
]}
buttons={[
{
text: "Schedule Visit",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-691.jpg?_wi=1"
imageAlt="1607 Harness Ln Front View"
mediaAnimation="slide-up"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
title="Welcome to 1607 Harness Ln"
description="Discover your next chapter in this beautiful San Antonio home. Perfectly located for comfort and convenience."
background={{ variant: "downward-rays-static" }}
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-691.jpg"
imageAlt="1607 Harness Ln Front View"
testimonials={[{
name: "Local Resident", handle: "@satxliving", testimonial: "San Antonio is a fantastic place to call home, with vibrant culture and great community.", rating: 5
}]}
useInvertedBackground={false}
buttons={[{ text: "Schedule Visit", href: "#contact" }]}
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
useInvertedBackground={false}
title="A Home Designed for Life"
description="Located in the heart of San Antonio, this property offers a unique blend of modern living and Texas charm. Experience the convenience of a prime location with suburban peace."
metrics={[
{
value: "3 BR",
title: "Bedrooms",
},
{
value: "2 BA",
title: "Bathrooms",
},
{
value: "1,500 sqft",
title: "Living Area",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-pink-rough-wall-texture_53876-75008.jpg?_wi=1"
imageAlt="Interior details"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
title="A Home Designed for Life"
description="Located in the heart of San Antonio, this property offers a unique blend of modern living and Texas charm. Experience the convenience of a prime location with suburban peace."
metrics={[
{ value: "3 BR", title: "Bedrooms" },
{ value: "2 BA", title: "Bathrooms" },
{ value: "1,500 sqft", title: "Living Area" }
]}
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/close-up-pink-rough-wall-texture_53876-75008.jpg"
imageAlt="Interior details"
/>
</div>
<div id="features" data-section="features">
<FeatureCardOne
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
{
title: "Modern Kitchen",
description: "Updated appliances and ample counter space for culinary enthusiasts.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pink-rough-wall-texture_53876-75008.jpg?_wi=2",
},
{
title: "Spacious Living",
description: "Open-concept layout designed for relaxation and entertainment.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pink-rough-wall-texture_53876-75008.jpg?_wi=3",
},
{
title: "Prime Location",
description: "Close proximity to schools, shopping, and major San Antonio landmarks.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-691.jpg?_wi=2",
},
]}
title="Property Highlights"
description="Key features that make 1607 Harness Ln a standout choice in San Antonio real estate."
/>
</div>
<div id="features" data-section="features">
<FeatureCardOne
title="Property Highlights"
description="Key features that make 1607 Harness Ln a standout choice in San Antonio real estate."
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{ title: "Modern Kitchen", description: "Updated appliances and ample counter space for culinary enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pink-rough-wall-texture_53876-75008.jpg" },
{ title: "Spacious Living", description: "Open-concept layout designed for relaxation and entertainment.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pink-rough-wall-texture_53876-75008.jpg" },
{ title: "Prime Location", description: "Close proximity to schools, shopping, and major San Antonio landmarks.", imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-691.jpg" }
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Schedule a Viewing"
description="Interested in 1607 Harness Ln? Get in touch today to schedule your private tour."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Full Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email Address",
required: true,
},
]}
textarea={{
name: "message",
placeholder: "Your questions or requested time...",
rows: 4,
required: false,
}}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-sheep-grazing-green-fields-sunset_181624-11278.jpg"
mediaAnimation="slide-up"
buttonText="Send Inquiry"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Schedule a Viewing"
description="Interested in 1607 Harness Ln? Get in touch today to schedule your private tour."
useInvertedBackground={false}
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-sheep-grazing-green-fields-sunset_181624-11278.jpg"
buttonText="Send Inquiry"
inputs={[
{ name: "name", type: "text", placeholder: "Your Full Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email Address", required: true }
]}
textarea={{ name: "message", placeholder: "Your questions or requested time...", rows: 4, required: false }}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="1607 Harness Ln"
columns={[
{
title: "Navigation",
items: [
{
label: "Top",
href: "#hero",
},
{
label: "Features",
href: "#features",
},
],
},
{
title: "Contact",
items: [
{
label: "Agent Support",
href: "mailto:agent@example.com",
},
],
},
]}
copyrightText="© 2025 1607 Harness Ln, San Antonio, TX"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="1607 Harness Ln"
columns={[
{
title: "Navigation", items: [
{ label: "Top", href: "#hero" },
{ label: "Features", href: "#features" }
]
},
{
title: "Contact", items: [{ label: "Agent Support", href: "mailto:agent@example.com" }]
}
]}
copyrightText="© 2025 1607 Harness Ln, San Antonio, TX"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}