Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-06-08 07:35:56 +00:00

View File

@@ -38,7 +38,7 @@ export default function LandingPage() {
{
name: "Services", id: "#services"},
{
name: "Gallery", id: "#gallery"},
name: "Gallery", id: "#products"},
{
name: "Testimonials", id: "#testimonials"},
{
@@ -194,7 +194,7 @@ export default function LandingPage() {
tag="Our Gallery"
buttons={[
{
text: "View More Designs", href: "#"},
text: "View More Designs", href: "#products"},
]}
/>
</div>
@@ -303,4 +303,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}