Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-22 15:23:36 +00:00

View File

@@ -32,10 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Shop", id: "#shop" },
{ name: "Properties", id: "#properties" },
{ name: "About", id: "#about" },
{ name: "Contact", id: "#contact" },
{ name: "Shop", id: "shop" },
{ name: "Properties", id: "properties" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="Burikantu Art Ltd"
/>
@@ -79,7 +79,7 @@ export default function LandingPage() {
title="Our Story of Craftsmanship"
metrics={[
{ icon: Award, label: "Years Experience", value: "15+" },
{ icon: Home, label: "Projects Completed", value: "500+" },
{ icon: Building, label: "Projects Completed", value: "500+" },
{ icon: Users, label: "Happy Clients", value: "1000+" }
]}
metricsAnimation="slide-up"