1 Commits

Author SHA1 Message Date
902163b79a Update src/app/page.tsx 2026-04-17 16:29:10 +00:00

View File

@@ -89,10 +89,6 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[
{ text: "View Details", href: "#products" },
{ text: "Add to Cart", onClick: () => console.log("Added to cart") }
]}
products={[ products={[
{ {
id: "p1", name: "Flagship Smartphone", price: "$999", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/sleek-black-smartphone-reflective-surface_9975-134352.jpg", imageAlt: "premium smartphone black glass"}, id: "p1", name: "Flagship Smartphone", price: "$999", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/sleek-black-smartphone-reflective-surface_9975-134352.jpg", imageAlt: "premium smartphone black glass"},
@@ -136,6 +132,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[
{ text: "Browse Collection", href: "#products" }
]}
testimonials={[ testimonials={[
{ {
id: "t1", name: "Sarah Miller", role: "Creative Lead", company: "DesignLab", rating: 5, id: "t1", name: "Sarah Miller", role: "Creative Lead", company: "DesignLab", rating: 5,