diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4497145..5e273f3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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: { diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ab4952..b53d77a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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}