Update src/app/page.tsx

This commit is contained in:
2026-05-14 15:15:48 +00:00
parent a0cf8ffb77
commit c5215af2f0

View File

@@ -40,7 +40,7 @@ export default function LandingPage() {
{
name: "Contact", id: "contact"},
]}
brandName="E-Store"
brandName="Stor 10$"
/>
</div>
@@ -48,7 +48,7 @@ export default function LandingPage() {
<HeroBillboardCarousel
background={{
variant: "gradient-bars"}}
title="E-Store: Curated Quality Goods"
title="Stor 10$: Curated Quality Goods"
description="Your ultimate destination for premium lifestyle products, delivered quickly. Experience seamless shopping, secure payments, and 24/7 customer support."
mediaItems={[
{
@@ -76,7 +76,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/confident-asian-helpline-customer-support-operator-wearing-headset-voicecall-with-client-talking-about-project-financial-risks-call-centre-telemarketer-wearing-headset-call-with-potential-buyer_482257-40174.jpg"},
]}
title="Shop Smarter"
description="Discover why millions choose E-Store for their lifestyle needs."
description="Discover why millions choose Stor 10$ for their lifestyle needs."
/>
</div>
@@ -88,11 +88,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", name: "Travel Essentials", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-different-traveling-elements_23-2148884960.jpg"},
id: "p1", name: "Travel Essentials", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-different-traveling-elements_23-2148884960.jpg"},
{
id: "p2", name: "Premium Home Decor", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-wooden-boards-assortment_23-2149514273.jpg"},
id: "p2", name: "Premium Home Decor", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-wooden-boards-assortment_23-2149514273.jpg"},
{
id: "p3", name: "Smart Workspace Kit", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/alarm-clock-laptop-white-background-top-view_169016-33587.jpg"},
id: "p3", name: "Smart Workspace Kit", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/alarm-clock-laptop-white-background-top-view_169016-33587.jpg"},
]}
title="Featured Collection"
description="Carefully selected items that blend functionality and style."
@@ -122,19 +122,19 @@ export default function LandingPage() {
buttons: [{ text: "Start Shopping", href: "#" }],
},
{
id: "b2", badge: "Premium", price: "$29", subtitle: "For frequent enthusiasts", features: ["Free Express Shipping", "Priority Support", "Exclusive Early Access"],
id: "b2", badge: "Premium", price: "$10", subtitle: "For frequent enthusiasts", features: ["Free Express Shipping", "Priority Support", "Exclusive Early Access"],
buttons: [{ text: "Upgrade Now", href: "#" }],
},
]}
title="Simple Plans"
description="Transparent pricing with no hidden costs."
title="Simple Pricing"
description="Everything is flat rate."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={true}
testimonial="E-Store has completely changed how I shop. Fast, reliable, and premium quality!"
testimonial="Stor 10$ has completely changed how I shop. Fast, reliable, and premium quality!"
rating={5}
author="Satisfied Shopper"
avatars={[
@@ -176,8 +176,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="E-Store"
copyrightText="© 2025 E-Store. All rights reserved."
logoText="Stor 10$"
copyrightText="© 2025 Stor 10$. All rights reserved."
/>
</div>
</ReactLenis>