From 17ac1418a23fb1d48313912face660e969cbaa6e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 04:20:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f71f92c..51d56fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074266.jpg" imageAlt="Premium vape device showcase" frameStyle="browser" - background={{ variant: "aurora" }} + background={{ variant: "radial-gradient" }} mediaAnimation="slide-up" buttonAnimation="opacity" useInvertedBackground={false} @@ -84,7 +84,7 @@ export default function LandingPage() { title="About VAPE CLOUD" description="We are passionate about delivering the finest vaping experience through premium products, expert knowledge, and exceptional customer service. Our commitment to quality and innovation drives everything we do." tag="Our Story" - imageSrc="http://img.b2bpic.net/free-photo/young-people-vaping-from-hookah-bar_23-2149194154.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/young-people-vaping-from-hookah-bar_23-2149194154.jpg" imageAlt="VAPE CLOUD premium store" buttons={[ { text: "Shop Now", href: "#products" } @@ -98,9 +98,9 @@ export default function LandingPage() { title="Trusted by Thousands" description="Industry-leading brands partner with us to deliver quality vaping solutions." tag="Partners" - names=[ + names={[ "VapeTech Industries", "Cloud Nine Premium", "Vapor Innovations", "Pure Essence Labs", "Next Generation Vape", "Premium Vapor Co", "Elite Vapor Systems", "Advanced Cloud Tech" - ] + ]} textboxLayout="default" useInvertedBackground={true} speed={40} @@ -164,7 +164,7 @@ export default function LandingPage() { id: "5", title: "Are there age restrictions?", content: "All vaping products are restricted to customers 21 years or older. We verify age at checkout to comply with all regulations." } ]} - imageSrc="http://img.b2bpic.net/free-photo/young-people-vaping-from-hookah-bar_23-2149194154.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-people-vaping-from-hookah-bar_23-2149194154.jpg" imageAlt="Customer support team" mediaPosition="left" textboxLayout="default" -- 2.49.1