Merge version_1 into main #2
325
src/app/page.tsx
325
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Developments",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Developments", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="New Valley Homes"
|
||||
/>
|
||||
@@ -55,69 +43,27 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Luxury Homes Crafted for Edmontons Discerning Buyers"
|
||||
description="Discover thoughtfully designed communities in prime Edmonton locations. Experience sophisticated living redefined by New Valley Homes commitment to quality, innovation, and timeless elegance."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Developments",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-hall-heidelberg_181624-30202.jpg?_wi=1"
|
||||
buttons={[{ text: "Explore Our Developments", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-hall-heidelberg_181624-30202.jpg"
|
||||
imageAlt="Luxury home facade"
|
||||
mediaAnimation="opacity"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
|
||||
alt: "Happy beautiful blonde woman wearing white shirt, standing in co-working space, leaning on desk",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg",
|
||||
alt: "Smiling lady in black jacket posing on isolated background. Happy cheerful woman in dark suit laughing and looking into camera",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
|
||||
alt: "Woman smiling",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
alt: "Closeup of Smiling Beautiful Adult Businesswoman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg",
|
||||
alt: "Portrait of tender young smiling woman feeling cozy at home sitting on kitchen chair with smartphone",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", alt: "Happy beautiful blonde woman wearing white shirt, standing in co-working space, leaning on desk" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg", alt: "Smiling lady in black jacket posing on isolated background. Happy cheerful woman in dark suit laughing and looking into camera" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", alt: "Woman smiling" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Closeup of Smiling Beautiful Adult Businesswoman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg", alt: "Portrait of tender young smiling woman feeling cozy at home sitting on kitchen chair with smartphone" },
|
||||
]}
|
||||
avatarText="Trusted by 100+ satisfied luxury homeowners in Edmonton."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Energy Efficient",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Smart Home Ready",
|
||||
icon: Smartphone,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Premium Finishes",
|
||||
icon: Diamond,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Prime Locations",
|
||||
icon: MapPin,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Custom Designs",
|
||||
icon: Palette,
|
||||
},
|
||||
{ type: "text-icon", text: "Energy Efficient", icon: Leaf },
|
||||
{ type: "text-icon", text: "Smart Home Ready", icon: Smartphone },
|
||||
{ type: "text-icon", text: "Premium Finishes", icon: Diamond },
|
||||
{ type: "text-icon", text: "Prime Locations", icon: MapPin },
|
||||
{ type: "text-icon", text: "Custom Designs", icon: Palette },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,20 +74,11 @@ export default function LandingPage() {
|
||||
title="A Legacy of Craftsmanship"
|
||||
description="With over two decades of excellence, New Valley Homes stands at the intersection of innovation and tradition, creating spaces that transcend simple residential living."
|
||||
metrics={[
|
||||
{
|
||||
value: "20+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "150+",
|
||||
title: "Homes Completed",
|
||||
},
|
||||
{
|
||||
value: "12",
|
||||
title: "Premium Communities",
|
||||
},
|
||||
{ value: "20+", title: "Years Experience" },
|
||||
{ value: "150+", title: "Homes Completed" },
|
||||
{ value: "12", title: "Premium Communities" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/employee-working-desk-side-view_23-2149721911.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/employee-working-desk-side-view_23-2149721911.jpg"
|
||||
imageAlt="Architectural detailing"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -155,46 +92,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Smart Home Integration",
|
||||
description: "Automated security, climate, and lighting at your fingertips.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/phone-with-intelligent-software-placed-table-kitchen-with-nobody-controlling-light-with-high-tech-application_482257-2267.jpg",
|
||||
imageAlt: "Smart home phone",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-home-arrangement_23-2149135745.jpg",
|
||||
imageAlt: "Smart home tablet",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-hall-heidelberg_181624-30202.jpg?_wi=2",
|
||||
imageAlt: "modern smart home technology interface",
|
||||
title: "Smart Home Integration", description: "Automated security, climate, and lighting at your fingertips.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/phone-with-intelligent-software-placed-table-kitchen-with-nobody-controlling-light-with-high-tech-application_482257-2267.jpg", imageAlt: "Smart home phone" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-home-arrangement_23-2149135745.jpg", imageAlt: "Smart home tablet" },
|
||||
},
|
||||
{
|
||||
title: "Premium Finishes",
|
||||
description: "Sourced globally to ensure unique, durable, and elegant interiors.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-black-toddler-eating_23-2149310677.jpg",
|
||||
imageAlt: "Finish details",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-looking-smartphone-with-smart-home-lights-app-sitting-kitchen-house-with-automation-lighting-system-turning-bulbs-with-voice-command_482257-2256.jpg",
|
||||
imageAlt: "Detail zoom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employee-working-desk-side-view_23-2149721911.jpg?_wi=2",
|
||||
imageAlt: "modern smart home technology interface",
|
||||
title: "Premium Finishes", description: "Sourced globally to ensure unique, durable, and elegant interiors.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-black-toddler-eating_23-2149310677.jpg", imageAlt: "Finish details" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-looking-smartphone-with-smart-home-lights-app-sitting-kitchen-house-with-automation-lighting-system-turning-bulbs-with-voice-command_482257-2256.jpg", imageAlt: "Detail zoom" },
|
||||
},
|
||||
{
|
||||
title: "Energy Efficiency",
|
||||
description: "Sustainability engineered into the heart of every residence.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/remote-person-working-modern-house-giving-voice-command-tablet-with-smart-home-application_482257-1937.jpg",
|
||||
imageAlt: "Efficiency tech",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-automation-panel-monitor-wall_53876-97910.jpg",
|
||||
imageAlt: "Efficiency dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-engineer-working-office-construction-concept_1421-281.jpg?_wi=1",
|
||||
imageAlt: "modern smart home technology interface",
|
||||
title: "Energy Efficiency", description: "Sustainability engineered into the heart of every residence.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/remote-person-working-modern-house-giving-voice-command-tablet-with-smart-home-application_482257-1937.jpg", imageAlt: "Efficiency tech" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/home-automation-panel-monitor-wall_53876-97910.jpg", imageAlt: "Efficiency dashboard" },
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -210,48 +117,12 @@ export default function LandingPage() {
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Riverview Estates",
|
||||
price: "$1.2M+",
|
||||
variant: "Gated Community",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-engineer-working-office-construction-concept_1421-281.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Highlands Manor",
|
||||
price: "$950k+",
|
||||
variant: "Executive",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-taking-photos_23-2148884619.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Summit Ridge",
|
||||
price: "$1.5M+",
|
||||
variant: "Bungalow",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-modern-skyscraper_1127-346.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Crestview Landing",
|
||||
price: "$875k+",
|
||||
variant: "Family Luxury",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-house-porch-with-green-lawn-flower-boxes_23-2151974397.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Heritage Ridge",
|
||||
price: "$1.1M+",
|
||||
variant: "Heritage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doors-building-door-european-style_1417-1307.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Vantage Point",
|
||||
price: "$1.8M+",
|
||||
variant: "Custom Estate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-villa-ephrussie-french-riviera-beauty-nature_1268-36319.jpg",
|
||||
},
|
||||
{ id: "1", name: "Riverview Estates", price: "$1.2M+", variant: "Gated Community", imageSrc: "http://img.b2bpic.net/free-photo/architect-engineer-working-office-construction-concept_1421-281.jpg" },
|
||||
{ id: "2", name: "Highlands Manor", price: "$950k+", variant: "Executive", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-taking-photos_23-2148884619.jpg" },
|
||||
{ id: "3", name: "Summit Ridge", price: "$1.5M+", variant: "Bungalow", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-modern-skyscraper_1127-346.jpg" },
|
||||
{ id: "4", name: "Crestview Landing", price: "$875k+", variant: "Family Luxury", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-house-porch-with-green-lawn-flower-boxes_23-2151974397.jpg" },
|
||||
{ id: "5", name: "Heritage Ridge", price: "$1.1M+", variant: "Heritage", imageSrc: "http://img.b2bpic.net/free-photo/doors-building-door-european-style_1417-1307.jpg" },
|
||||
{ id: "6", name: "Vantage Point", price: "$1.8M+", variant: "Custom Estate", imageSrc: "http://img.b2bpic.net/free-photo/romantic-villa-ephrussie-french-riviera-beauty-nature_1268-36319.jpg" },
|
||||
]}
|
||||
title="Featured Developments"
|
||||
description="Explore our current selection of premium luxury communities across the Greater Edmonton region."
|
||||
@@ -265,57 +136,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Entry Luxury",
|
||||
price: "$800k+",
|
||||
subtitle: "Executive living made accessible.",
|
||||
features: [
|
||||
"Custom finish selection",
|
||||
"10-year warranty",
|
||||
"Prime community access",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
id: "p1", badge: "Entry Luxury", price: "$800k+", subtitle: "Executive living made accessible.", features: ["Custom finish selection", "10-year warranty", "Prime community access"],
|
||||
buttons: [{ text: "Contact Us", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Signature",
|
||||
price: "$1.2M+",
|
||||
subtitle: "The ultimate New Valley experience.",
|
||||
features: [
|
||||
"Smart home ecosystem",
|
||||
"Landscaped premium lot",
|
||||
"Custom architecture",
|
||||
"Priority support",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
id: "p2", badge: "Signature", price: "$1.2M+", subtitle: "The ultimate New Valley experience.", features: ["Smart home ecosystem", "Landscaped premium lot", "Custom architecture", "Priority support"],
|
||||
buttons: [{ text: "Contact Us", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
badge: "Custom",
|
||||
price: "Custom Quote",
|
||||
subtitle: "Built entirely to your vision.",
|
||||
features: [
|
||||
"Full design consultation",
|
||||
"Bespoke materials",
|
||||
"Estate-size lot options",
|
||||
"Dedicated concierge",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
id: "p3", badge: "Custom", price: "Custom Quote", subtitle: "Built entirely to your vision.", features: ["Full design consultation", "Bespoke materials", "Estate-size lot options", "Dedicated concierge"],
|
||||
buttons: [{ text: "Contact Us", href: "#contact" }],
|
||||
},
|
||||
]}
|
||||
title="Investment Tiers"
|
||||
@@ -329,46 +159,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "James Henderson",
|
||||
handle: "@jh_homes",
|
||||
testimonial: "The level of attention to detail is unmatched in Edmonton.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria & Tom",
|
||||
handle: "@mt_residence",
|
||||
testimonial: "They turned our vision into a masterpiece. Truly luxury redefined.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-smiling-medium-shot_23-2148329361.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Susan P.",
|
||||
handle: "@susan_p",
|
||||
testimonial: "Professional, transparent, and absolutely incredible final product.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-taking-his-shoes-off-hotel-room_637285-7610.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert K.",
|
||||
handle: "@rob_k",
|
||||
testimonial: "New Valley Homes makes building a custom estate look effortless.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-reading-tarot_23-2150276066.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda M.",
|
||||
handle: "@linda_m",
|
||||
testimonial: "I love the community feel and quality finishings in my new place.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg",
|
||||
},
|
||||
{ id: "1", name: "James Henderson", handle: "@jh_homes", testimonial: "The level of attention to detail is unmatched in Edmonton.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg" },
|
||||
{ id: "2", name: "Maria & Tom", handle: "@mt_residence", testimonial: "They turned our vision into a masterpiece. Truly luxury redefined.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-smiling-medium-shot_23-2148329361.jpg" },
|
||||
{ id: "3", name: "Susan P.", handle: "@susan_p", testimonial: "Professional, transparent, and absolutely incredible final product.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-taking-his-shoes-off-hotel-room_637285-7610.jpg" },
|
||||
{ id: "4", name: "Robert K.", handle: "@rob_k", testimonial: "New Valley Homes makes building a custom estate look effortless.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-reading-tarot_23-2150276066.jpg" },
|
||||
{ id: "5", name: "Linda M.", handle: "@linda_m", testimonial: "I love the community feel and quality finishings in my new place.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Experiences"
|
||||
@@ -381,21 +176,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer custom designs?",
|
||||
content: "Absolutely. We offer both semi-custom and fully bespoke home solutions.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How long does construction take?",
|
||||
content: "Typically 12–18 months depending on scope and customization.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What communities are you in?",
|
||||
content: "We have active developments in the finest areas across Edmonton.",
|
||||
},
|
||||
{ id: "f1", title: "Do you offer custom designs?", content: "Absolutely. We offer both semi-custom and fully bespoke home solutions." },
|
||||
{ id: "f2", title: "How long does construction take?", content: "Typically 12–18 months depending on scope and customization." },
|
||||
{ id: "f3", title: "What communities are you in?", content: "We have active developments in the finest areas across Edmonton." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Essential information about the New Valley home buying process."
|
||||
@@ -406,9 +189,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Get in Touch"
|
||||
title="Begin Your Luxury Journey"
|
||||
description="Contact our team for a personalized design consultation."
|
||||
@@ -418,14 +199,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="New Valley Homes"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Contact Us", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user