4 Commits

Author SHA1 Message Date
88446f6109 Merge version_2 into main
Merge version_2 into main
2026-03-06 01:10:59 +00:00
5f9838af13 Update src/app/page.tsx 2026-03-06 01:10:55 +00:00
6989c0bdbd Update src/app/layout.tsx 2026-03-06 01:10:55 +00:00
c19001f906 Merge version_1 into main
Merge version_1 into main
2026-03-06 01:09:39 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -28,7 +28,8 @@ export const metadata: Metadata = {
openGraph: { 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: [ 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: { twitter: {

View File

@@ -248,7 +248,7 @@ export default function StoreFrontPage() {
animationType="entrance-slide" animationType="entrance-slide"
buttons={[ buttons={[
{ text: "Start Shopping", href: "products" }, { text: "Start Shopping", href: "products" },
{ text: "Get In Touch", href: "#" } { text: "Chat Now", href: "#" }
]} ]}
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}