Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -26,41 +26,25 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Our Builds",
|
||||
id: "/builds",
|
||||
},
|
||||
name: "Our Builds", id: "/builds"},
|
||||
{
|
||||
name: "Home Designs",
|
||||
id: "/designs",
|
||||
},
|
||||
name: "Home Designs", id: "/designs"},
|
||||
{
|
||||
name: "Process",
|
||||
id: "/process",
|
||||
},
|
||||
name: "Process", id: "/process"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "/testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/real-estate-logo-with-geometric-arcs-sign_1017-59782.jpg"
|
||||
logoAlt="JK Vic Group Logo"
|
||||
brandName="JK Vic Group"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -71,17 +55,11 @@ export default function LandingPage() {
|
||||
description="JK Vic Group began with a vision to revolutionize residential construction in Victoria. Founded by passionate builders, our mission is to deliver homes of exceptional quality, design integrity, and lasting value. We're driven by innovation, sustainability, and an unwavering commitment to our clients' aspirations, ensuring every project stands as a testament to our dedication."
|
||||
metrics={[
|
||||
{
|
||||
value: "Vision",
|
||||
title: "Future-forward residential development",
|
||||
},
|
||||
value: "Vision", title: "Future-forward residential development"},
|
||||
{
|
||||
value: "Integrity",
|
||||
title: "Transparent and ethical building practices",
|
||||
},
|
||||
value: "Integrity", title: "Transparent and ethical building practices"},
|
||||
{
|
||||
value: "Innovation",
|
||||
title: "Embracing modern design and sustainable methods",
|
||||
},
|
||||
value: "Innovation", title: "Embracing modern design and sustainable methods"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/house-sign-draft_23-2147785570.jpg"
|
||||
imageAlt="Architectural drawing of a modern building"
|
||||
@@ -98,29 +76,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "member-1",
|
||||
name: "John K. Smith",
|
||||
role: "Founder & CEO",
|
||||
description: "With over 20 years in construction, John leads with a passion for architectural excellence and client satisfaction.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-architect-looking-away_23-2148242935.jpg",
|
||||
imageAlt: "John K. Smith, Founder & CEO",
|
||||
},
|
||||
id: "member-1", name: "John K. Smith", role: "Founder & CEO", description: "With over 20 years in construction, John leads with a passion for architectural excellence and client satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/successful-architect-looking-away_23-2148242935.jpg", imageAlt: "John K. Smith, Founder & CEO"},
|
||||
{
|
||||
id: "member-2",
|
||||
name: "Victoria L. Chen",
|
||||
role: "Lead Architect",
|
||||
description: "Victoria's innovative designs blend modern aesthetics with functional living, creating homes that inspire.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-female-architect-place-work_329181-4281.jpg",
|
||||
imageAlt: "Victoria L. Chen, Lead Architect",
|
||||
},
|
||||
id: "member-2", name: "Victoria L. Chen", role: "Lead Architect", description: "Victoria's innovative designs blend modern aesthetics with functional living, creating homes that inspire.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-female-architect-place-work_329181-4281.jpg", imageAlt: "Victoria L. Chen, Lead Architect"},
|
||||
{
|
||||
id: "member-3",
|
||||
name: "Michael D. White",
|
||||
role: "Head of Construction",
|
||||
description: "Michael ensures every build adheres to the highest standards of quality, safety, and timely delivery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg",
|
||||
imageAlt: "Michael D. White, Head of Construction",
|
||||
},
|
||||
id: "member-3", name: "Michael D. White", role: "Head of Construction", description: "Michael ensures every build adheres to the highest standards of quality, safety, and timely delivery.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg", imageAlt: "Michael D. White, Head of Construction"},
|
||||
]}
|
||||
title="Meet Our Expert Team"
|
||||
description="Our dedicated professionals bring unparalleled expertise, passion, and a collaborative spirit to every project, ensuring your vision for a perfect home comes to life seamlessly."
|
||||
@@ -132,58 +92,35 @@ export default function LandingPage() {
|
||||
logoText="JK Vic Group"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Process",
|
||||
href: "/process",
|
||||
},
|
||||
label: "Our Process", href: "/process"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "/testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Our Builds",
|
||||
href: "/builds",
|
||||
},
|
||||
label: "Our Builds", href: "/builds"},
|
||||
{
|
||||
label: "Home Designs",
|
||||
href: "/designs",
|
||||
},
|
||||
label: "Home Designs", href: "/designs"},
|
||||
{
|
||||
label: "Custom Homes",
|
||||
href: "/builds#custom",
|
||||
},
|
||||
label: "Custom Homes", href: "/builds#custom"},
|
||||
{
|
||||
label: "Land Development",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Land Development", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -26,41 +26,25 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Our Builds",
|
||||
id: "/builds",
|
||||
},
|
||||
name: "Our Builds", id: "/builds"},
|
||||
{
|
||||
name: "Home Designs",
|
||||
id: "/designs",
|
||||
},
|
||||
name: "Home Designs", id: "/designs"},
|
||||
{
|
||||
name: "Process",
|
||||
id: "/process",
|
||||
},
|
||||
name: "Process", id: "/process"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "/testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/real-estate-logo-with-geometric-arcs-sign_1017-59782.jpg"
|
||||
logoAlt="JK Vic Group Logo"
|
||||
brandName="JK Vic Group"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,65 +56,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "gallery-1",
|
||||
brand: "Single-Storey",
|
||||
name: "The Willow Haven (Essendon)",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "Suburb: Essendon",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-luxe-dining-room-interior-design_114579-2223.jpg",
|
||||
imageAlt: "The Willow Haven single storey home",
|
||||
},
|
||||
id: "gallery-1", brand: "Single-Storey", name: "The Willow Haven (Essendon)", price: "View Project", rating: 5,
|
||||
reviewCount: "Suburb: Essendon", imageSrc: "http://img.b2bpic.net/free-photo/big-luxe-dining-room-interior-design_114579-2223.jpg", imageAlt: "The Willow Haven single storey home"},
|
||||
{
|
||||
id: "gallery-2",
|
||||
brand: "Double-Storey",
|
||||
name: "The Heritage Rise (Brighton)",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "Suburb: Brighton",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-building-downtown-concept_53876-42976.jpg",
|
||||
imageAlt: "The Heritage Rise double storey home",
|
||||
},
|
||||
id: "gallery-2", brand: "Double-Storey", name: "The Heritage Rise (Brighton)", price: "View Project", rating: 5,
|
||||
reviewCount: "Suburb: Brighton", imageSrc: "http://img.b2bpic.net/free-photo/business-building-downtown-concept_53876-42976.jpg", imageAlt: "The Heritage Rise double storey home"},
|
||||
{
|
||||
id: "gallery-3",
|
||||
brand: "Knockdown-Rebuild",
|
||||
name: "The Urban Edge (Richmond)",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "Suburb: Richmond",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-finishing-home-schematics-after-collaborating-with-engineers-ensure-designs-meet-client_482257-133033.jpg",
|
||||
imageAlt: "The Urban Edge knockdown-rebuild",
|
||||
},
|
||||
id: "gallery-3", brand: "Knockdown-Rebuild", name: "The Urban Edge (Richmond)", price: "View Project", rating: 5,
|
||||
reviewCount: "Suburb: Richmond", imageSrc: "http://img.b2bpic.net/free-photo/architect-finishing-home-schematics-after-collaborating-with-engineers-ensure-designs-meet-client_482257-133033.jpg", imageAlt: "The Urban Edge knockdown-rebuild"},
|
||||
{
|
||||
id: "gallery-4",
|
||||
brand: "Custom Build",
|
||||
name: "The Vista Point (Toorak)",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "Suburb: Toorak",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-luxury-house_23-2149140848.jpg",
|
||||
imageAlt: "The Vista Point custom home",
|
||||
},
|
||||
id: "gallery-4", brand: "Custom Build", name: "The Vista Point (Toorak)", price: "View Project", rating: 5,
|
||||
reviewCount: "Suburb: Toorak", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-luxury-house_23-2149140848.jpg", imageAlt: "The Vista Point custom home"},
|
||||
{
|
||||
id: "gallery-5",
|
||||
brand: "Single-Storey",
|
||||
name: "The Coastal Retreat (Mornington)",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "Suburb: Mornington",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/relax-house-thai-style_1150-17982.jpg",
|
||||
imageAlt: "The Coastal Retreat single storey",
|
||||
},
|
||||
id: "gallery-5", brand: "Single-Storey", name: "The Coastal Retreat (Mornington)", price: "View Project", rating: 5,
|
||||
reviewCount: "Suburb: Mornington", imageSrc: "http://img.b2bpic.net/free-photo/relax-house-thai-style_1150-17982.jpg", imageAlt: "The Coastal Retreat single storey"},
|
||||
{
|
||||
id: "gallery-6",
|
||||
brand: "Double-Storey",
|
||||
name: "The Modern Classic (Hawthorn)",
|
||||
price: "View Project",
|
||||
rating: 5,
|
||||
reviewCount: "Suburb: Hawthorn",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architectural-black-white-background_23-2150530899.jpg",
|
||||
imageAlt: "The Modern Classic double storey",
|
||||
},
|
||||
id: "gallery-6", brand: "Double-Storey", name: "The Modern Classic (Hawthorn)", price: "View Project", rating: 5,
|
||||
reviewCount: "Suburb: Hawthorn", imageSrc: "http://img.b2bpic.net/free-photo/architectural-black-white-background_23-2150530899.jpg", imageAlt: "The Modern Classic double storey"},
|
||||
]}
|
||||
title="Explore Our Diverse Builds"
|
||||
description="From elegant single-storey residences to bespoke architectural masterpieces, discover the quality and craftsmanship behind every JK Vic Group project across Victoria. Filter by house type: Single-Storey, Double-Storey, Knockdown-Rebuild, Custom."
|
||||
@@ -142,14 +84,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Horizon Properties",
|
||||
"Urban Vision Dev",
|
||||
"Greenfield Group",
|
||||
"Evolve Ventures",
|
||||
"Legacy Estates",
|
||||
"Metro Build Co.",
|
||||
"Summit Homes",
|
||||
]}
|
||||
"Horizon Properties", "Urban Vision Dev", "Greenfield Group", "Evolve Ventures", "Legacy Estates", "Metro Build Co.", "Summit Homes"]}
|
||||
title="Trusted by Victoria's Leading Land Developers"
|
||||
description="We forge strong partnerships with industry-leading developers to create vibrant, sustainable communities and exceptional residential projects across Victoria."
|
||||
/>
|
||||
@@ -160,58 +95,35 @@ export default function LandingPage() {
|
||||
logoText="JK Vic Group"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Process",
|
||||
href: "/process",
|
||||
},
|
||||
label: "Our Process", href: "/process"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "/testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Our Builds",
|
||||
href: "/builds",
|
||||
},
|
||||
label: "Our Builds", href: "/builds"},
|
||||
{
|
||||
label: "Home Designs",
|
||||
href: "/designs",
|
||||
},
|
||||
label: "Home Designs", href: "/designs"},
|
||||
{
|
||||
label: "Custom Homes",
|
||||
href: "/builds#custom",
|
||||
},
|
||||
label: "Custom Homes", href: "/builds#custom"},
|
||||
{
|
||||
label: "Land Development",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Land Development", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -26,41 +26,25 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Our Builds",
|
||||
id: "/builds",
|
||||
},
|
||||
name: "Our Builds", id: "/builds"},
|
||||
{
|
||||
name: "Home Designs",
|
||||
id: "/designs",
|
||||
},
|
||||
name: "Home Designs", id: "/designs"},
|
||||
{
|
||||
name: "Process",
|
||||
id: "/process",
|
||||
},
|
||||
name: "Process", id: "/process"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "/testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/real-estate-logo-with-geometric-arcs-sign_1017-59782.jpg"
|
||||
logoAlt="JK Vic Group Logo"
|
||||
brandName="JK Vic Group"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,8 +52,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Start Your Building Journey Today"
|
||||
description="Whether you're planning your dream home, a new development, or simply have a question, our friendly team is ready to assist. Fill out the form below or reach out directly to begin your free consultation. We’ll also embed a Google Maps link for our office location here."
|
||||
@@ -86,20 +69,11 @@ export default function LandingPage() {
|
||||
tag="Our Reach"
|
||||
metrics={[
|
||||
{
|
||||
id: "reach-1",
|
||||
value: "Statewide",
|
||||
description: "Serving all regions of Victoria, Australia",
|
||||
},
|
||||
id: "reach-1", value: "Statewide", description: "Serving all regions of Victoria, Australia"},
|
||||
{
|
||||
id: "reach-2",
|
||||
value: "Local",
|
||||
description: "Deep understanding of local regulations & markets",
|
||||
},
|
||||
id: "reach-2", value: "Local", description: "Deep understanding of local regulations & markets"},
|
||||
{
|
||||
id: "reach-3",
|
||||
value: "Dedicated",
|
||||
description: "Partnerships for regional and urban developments",
|
||||
},
|
||||
id: "reach-3", value: "Dedicated", description: "Partnerships for regional and urban developments"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -110,58 +84,35 @@ export default function LandingPage() {
|
||||
logoText="JK Vic Group"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Process",
|
||||
href: "/process",
|
||||
},
|
||||
label: "Our Process", href: "/process"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "/testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Our Builds",
|
||||
href: "/builds",
|
||||
},
|
||||
label: "Our Builds", href: "/builds"},
|
||||
{
|
||||
label: "Home Designs",
|
||||
href: "/designs",
|
||||
},
|
||||
label: "Home Designs", href: "/designs"},
|
||||
{
|
||||
label: "Custom Homes",
|
||||
href: "/builds#custom",
|
||||
},
|
||||
label: "Custom Homes", href: "/builds#custom"},
|
||||
{
|
||||
label: "Land Development",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Land Development", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -27,41 +27,25 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Our Builds",
|
||||
id: "/builds",
|
||||
},
|
||||
name: "Our Builds", id: "/builds"},
|
||||
{
|
||||
name: "Home Designs",
|
||||
id: "/designs",
|
||||
},
|
||||
name: "Home Designs", id: "/designs"},
|
||||
{
|
||||
name: "Process",
|
||||
id: "/process",
|
||||
},
|
||||
name: "Process", id: "/process"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "/testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/real-estate-logo-with-geometric-arcs-sign_1017-59782.jpg"
|
||||
logoAlt="JK Vic Group Logo"
|
||||
brandName="JK Vic Group"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,43 +56,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "design-1",
|
||||
badge: "Single Storey",
|
||||
badgeIcon: Home,
|
||||
price: "From $495k",
|
||||
subtitle: "The Aspen: 3 Bed, 2 Bath, 1 Garage",
|
||||
features: [
|
||||
"Open Plan Living",
|
||||
"Spacious Master Suite",
|
||||
"Modern Kitchen",
|
||||
"Energy Efficient Design",
|
||||
],
|
||||
id: "design-1", badge: "Single Storey", badgeIcon: Home,
|
||||
price: "From $495k", subtitle: "The Aspen: 3 Bed, 2 Bath, 1 Garage", features: [
|
||||
"Open Plan Living", "Spacious Master Suite", "Modern Kitchen", "Energy Efficient Design"],
|
||||
},
|
||||
{
|
||||
id: "design-2",
|
||||
badge: "Double Storey",
|
||||
badgeIcon: Building2,
|
||||
price: "From $780k",
|
||||
subtitle: "The Chelsea: 4 Bed, 3 Bath, 2 Garage",
|
||||
features: [
|
||||
"Two Living Areas",
|
||||
"Luxury Ensuite",
|
||||
"Alfresco Dining",
|
||||
"Home Office Space",
|
||||
],
|
||||
id: "design-2", badge: "Double Storey", badgeIcon: Building2,
|
||||
price: "From $780k", subtitle: "The Chelsea: 4 Bed, 3 Bath, 2 Garage", features: [
|
||||
"Two Living Areas", "Luxury Ensuite", "Alfresco Dining", "Home Office Space"],
|
||||
},
|
||||
{
|
||||
id: "design-3",
|
||||
badge: "Custom Series",
|
||||
badgeIcon: Sparkles,
|
||||
price: "POA",
|
||||
subtitle: "The Grandeur: Tailored to Your Vision",
|
||||
features: [
|
||||
"Personalized Layout",
|
||||
"Premium Finishes",
|
||||
"Architectural Consultation",
|
||||
"Smart Home Integration",
|
||||
],
|
||||
id: "design-3", badge: "Custom Series", badgeIcon: Sparkles,
|
||||
price: "POA", subtitle: "The Grandeur: Tailored to Your Vision", features: [
|
||||
"Personalized Layout", "Premium Finishes", "Architectural Consultation", "Smart Home Integration"],
|
||||
},
|
||||
]}
|
||||
title="Discover Your Dream Home Design"
|
||||
@@ -122,20 +82,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-d-1",
|
||||
title: "Can I customize an existing home design?",
|
||||
content: "Yes, many of our designs offer flexible customization options to better suit your lifestyle and preferences. Our design team will guide you through the possibilities.",
|
||||
},
|
||||
id: "faq-d-1", title: "Can I customize an existing home design?", content: "Yes, many of our designs offer flexible customization options to better suit your lifestyle and preferences. Our design team will guide you through the possibilities."},
|
||||
{
|
||||
id: "faq-d-2",
|
||||
title: "Do you offer custom home design from scratch?",
|
||||
content: "Absolutely. For those with a unique vision, we provide full custom home design services, working closely with you to bring your dream home to life from concept to completion.",
|
||||
},
|
||||
id: "faq-d-2", title: "Do you offer custom home design from scratch?", content: "Absolutely. For those with a unique vision, we provide full custom home design services, working closely with you to bring your dream home to life from concept to completion."},
|
||||
{
|
||||
id: "faq-d-3",
|
||||
title: "What's included in a standard home design package?",
|
||||
content: "Our packages typically include detailed floor plans, exterior elevations, structural engineering, and standard specification lists. Specific inclusions vary by design and project type.",
|
||||
},
|
||||
id: "faq-d-3", title: "What's included in a standard home design package?", content: "Our packages typically include detailed floor plans, exterior elevations, structural engineering, and standard specification lists. Specific inclusions vary by design and project type."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-good-looking-young-female-architect-freelancer-with-dark-long-hair-striped-shirt-sitting-white-table-coworking-space-looking-through-blueprints-she-already-made-thinkin_176420-8482.jpg"
|
||||
imageAlt="Architect studying blueprints on a desk"
|
||||
@@ -151,58 +102,35 @@ export default function LandingPage() {
|
||||
logoText="JK Vic Group"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Process",
|
||||
href: "/process",
|
||||
},
|
||||
label: "Our Process", href: "/process"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "/testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Our Builds",
|
||||
href: "/builds",
|
||||
},
|
||||
label: "Our Builds", href: "/builds"},
|
||||
{
|
||||
label: "Home Designs",
|
||||
href: "/designs",
|
||||
},
|
||||
label: "Home Designs", href: "/designs"},
|
||||
{
|
||||
label: "Custom Homes",
|
||||
href: "/builds#custom",
|
||||
},
|
||||
label: "Custom Homes", href: "/builds#custom"},
|
||||
{
|
||||
label: "Land Development",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Land Development", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user