Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 28d5c8be1c | |||
| c3bcac3896 | |||
| e21d09f625 | |||
| 49f979a36d | |||
| 4ddffcecd7 |
@@ -1422,4 +1422,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -86,6 +86,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
buttons={[
|
||||
{ text: "View All Products", href: "products" },
|
||||
{ text: "Create Custom Order", href: "contact" }
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Savos Soft Touch", name: "Casabe Dulce", price: "$8.99", rating: 5,
|
||||
@@ -183,7 +187,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Contact Us", href: "#" },
|
||||
{ text: "Call Now", href: "tel:+14075550147" },
|
||||
{ text: "Place an Order", href: "products" }
|
||||
]}
|
||||
/>
|
||||
@@ -225,4 +229,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user