Update src/app/builds/page.tsx

This commit is contained in:
2026-06-08 13:01:03 +00:00
parent eefc96d4e7
commit 881069f23d

View File

@@ -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: "#"},
],
},
]}