Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 840e23f985 | |||
| b9d0265a3b | |||
| 6e7f242f4a | |||
| 126497e68c | |||
| 55f9a77d27 |
@@ -1420,4 +1420,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-vector/cyber-monday-concept-with-neon-design_23-2148327187.jpg"
|
imageSrc="http://img.b2bpic.net/free-vector/cyber-monday-concept-with-neon-design_23-2148327187.jpg"
|
||||||
imageAlt="LED writing board showcase with glowing display"
|
imageAlt="LED writing board showcase with glowing display"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Now", href: "#products" },
|
{ text: "Explore LED Boards", href: "#products" },
|
||||||
{ text: "Learn More", href: "#features" }
|
{ text: "Learn More", href: "#features" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -268,4 +268,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user