6 Commits

Author SHA1 Message Date
ab2f9a3c0e Merge version_4 into main
Merge version_4 into main
2026-03-04 05:05:28 +00:00
840e23f985 Update src/app/page.tsx 2026-03-04 05:05:23 +00:00
b9d0265a3b Merge version_3 into main
Merge version_3 into main
2026-03-04 05:03:53 +00:00
6e7f242f4a Update src/app/page.tsx 2026-03-04 05:03:49 +00:00
126497e68c Update src/app/layout.tsx 2026-03-04 05:03:49 +00:00
55f9a77d27 Merge version_2 into main
Merge version_2 into main
2026-03-04 05:01:51 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1420,4 +1420,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-vector/cyber-monday-concept-with-neon-design_23-2148327187.jpg"
imageAlt="LED writing board showcase with glowing display"
buttons={[
{ text: "Shop Now", href: "#products" },
{ text: "Explore LED Boards", href: "#products" },
{ text: "Learn More", href: "#features" }
]}
buttonAnimation="slide-up"
@@ -268,4 +268,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}