Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 535f4222df | |||
| 62b965b116 | |||
| 814f03b3c2 | |||
| aec78573d1 |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -83,7 +83,7 @@ export default function HomePage() {
|
|||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Start Shopping", href: "/products"
|
text: "Shop Now & Save 15%", href: "/products"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "Learn More", href: "#features"
|
text: "Learn More", href: "#features"
|
||||||
@@ -305,4 +305,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user