7 Commits

Author SHA1 Message Date
d6b576ee62 Update src/app/page.tsx 2026-04-30 15:29:53 +00:00
20f3616c56 Merge version_3 into main
Merge version_3 into main
2026-04-30 15:28:21 +00:00
e1b7156868 Update src/app/page.tsx 2026-04-30 15:28:18 +00:00
89c3588020 Merge version_2 into main
Merge version_2 into main
2026-04-30 15:27:14 +00:00
c979ff34aa Update src/app/page.tsx 2026-04-30 15:27:11 +00:00
9c3c3ba9cf Merge version_1 into main
Merge version_1 into main
2026-04-30 15:26:24 +00:00
910d089183 Merge version_1 into main
Merge version_1 into main
2026-04-30 15:25:54 +00:00

View File

@@ -50,12 +50,12 @@ export default function LandingPage() {
<HeroBillboardCarousel
background={{
variant: "plain"}}
title="Empowering Your Business Growth"
title="Elevate Your Business with Premium Solutions"
description="Discover premium solutions at NY Entreprises. Quality, reliability, and innovation in every product we deliver."
tag="Trusted Excellence"
buttons={[
{
text: "Shop Now", href: "#products"},
text: "View Our Products", href: "#products"},
{
text: "Learn More", href: "#about"},
]}
@@ -109,7 +109,7 @@ export default function LandingPage() {
},
]}
title="Why Choose Us?"
description="We prioritize quality and customer satisfaction above all else."
description="We combine premium materials with professional-grade reliability to help your business operate at its best"
/>
</div>
@@ -260,4 +260,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}