Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 88446f6109 | |||
| 5f9838af13 | |||
| 6989c0bdbd | |||
| c19001f906 |
@@ -28,7 +28,8 @@ export const metadata: Metadata = {
|
||||
openGraph: {
|
||||
title: "StoreFront - Shop Premium Products Online", description: "Discover quality products at unbeatable prices. Fast shipping, secure checkout, and 30-day returns.", type: "website", siteName: "StoreFront", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg", alt: "StoreFront - Premium Products Store"},
|
||||
url: "http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg", alt: "StoreFront - Premium Products Store"
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
|
||||
@@ -248,7 +248,7 @@ export default function StoreFrontPage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Start Shopping", href: "products" },
|
||||
{ text: "Get In Touch", href: "#" }
|
||||
{ text: "Chat Now", href: "#" }
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user