2 Commits

Author SHA1 Message Date
c0510959c8 Update src/app/page.tsx 2026-04-06 05:44:59 +00:00
85f383977a Merge version_1 into main
Merge version_1 into main
2026-04-06 05:42:26 +00:00

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{ name: "Testimonials", id: "#testimonials" }, { name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" }, { name: "Contact", id: "#contact" },
]} ]}
brandName="Lumina Interior" brandName="KKG Design Studio"
button={{ text: "Contact Us", href: "#contact" }} button={{ text: "Contact Us", href: "#contact" }}
/> />
</div> </div>
@@ -158,4 +158,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }