From d93553cbcb2692e5c59b61fb99ced88c851d4df2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 15:15:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 245 +++++++++-------------------------------------- 1 file changed, 43 insertions(+), 202 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a4fca35..feb5051 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,35 +47,14 @@ export default function LandingPage() {
@@ -95,38 +66,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Fast Shipping", - author: "Logistics", - description: "Global delivery at lightning speed.", - tags: [ - "delivery", - ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-fast-food-burger-french-fries-coffee_107791-17005.jpg", - }, + id: "f1", title: "Express Global Delivery", author: "Logistics", description: "Your items reach you safely and swiftly with our optimized shipping network.", tags: ["delivery"], + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-fast-food-burger-french-fries-coffee_107791-17005.jpg"}, { - id: "f2", - title: "Secure Payment", - author: "Finance", - description: "Your transactions are always protected.", - tags: [ - "safety", - ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-online-shopping-with-copy-space_23-2148625678.jpg", - }, + id: "f2", title: "Secure Encrypted Payments", author: "Finance", description: "We prioritize your security with industry-standard, protected transaction processing.", tags: ["safety"], + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-online-shopping-with-copy-space_23-2148625678.jpg"}, { - id: "f3", - title: "24/7 Support", - author: "Service", - description: "We are here to help whenever you need.", - tags: [ - "help", - ], - 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", - }, + id: "f3", title: "24/7 Premium Support", author: "Service", description: "Our expert team is available around the clock to assist with any questions.", tags: ["help"], + 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="Why Choose Us" - description="Providing the best shopping experience for our customers worldwide." + title="Shop Smarter" + description="Discover why millions choose E-Store for their lifestyle needs." /> @@ -138,44 +88,14 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Item One", - price: "$99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-different-traveling-elements_23-2148884960.jpg", - }, + id: "p1", name: "Travel Essentials", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-different-traveling-elements_23-2148884960.jpg"}, { - id: "p2", - name: "Item Two", - 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: "$129", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-wooden-boards-assortment_23-2149514273.jpg"}, { - id: "p3", - name: "Item Three", - price: "$89", - imageSrc: "http://img.b2bpic.net/free-photo/alarm-clock-laptop-white-background-top-view_169016-33587.jpg", - }, - { - id: "p4", - name: "Item Four", - price: "$199", - imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837336.jpg", - }, - { - id: "p5", - name: "Item Five", - price: "$49", - imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916729.jpg", - }, - { - id: "p6", - name: "Item Six", - price: "$79", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722708.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"}, ]} - title="Our Featured Products" - description="Discover high quality items tailored for your lifestyle." + title="Featured Collection" + description="Carefully selected items that blend functionality and style." /> @@ -184,16 +104,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Brand One", - "Brand Two", - "Brand Three", - "Brand Four", - "Brand Five", - "Brand Six", - "Brand Seven", - ]} - title="Trusted by Leaders" - description="Joining forces with top innovators globally." + "Innovation Partners", "Design Council", "Logistics Alliance", "Security Trust"]} + title="Globally Recognized" + description="Trusted by innovators and leaders across the globe." showCard={true} /> @@ -205,89 +118,28 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "b1", - badge: "Basic", - price: "$10", - subtitle: "For individuals", - features: [ - "Feature A", - "Feature B", - ], - buttons: [ - { - text: "Get Started", - href: "#", - }, - ], + id: "b1", badge: "Essential", price: "$10", subtitle: "Perfect for daily shoppers", features: ["Standard Shipping", "Basic Support", "Access to Deals"], + buttons: [{ text: "Start Shopping", href: "#" }], }, { - id: "b2", - badge: "Pro", - price: "$29", - subtitle: "For growing businesses", - features: [ - "Feature A", - "Feature B", - "Feature C", - ], - buttons: [ - { - text: "Upgrade", - href: "#", - }, - ], - }, - { - id: "b3", - badge: "Elite", - price: "$99", - subtitle: "For heavy users", - features: [ - "Feature A", - "Feature B", - "Feature C", - "Feature D", - ], - buttons: [ - { - text: "Contact", - href: "#", - }, - ], + id: "b2", badge: "Premium", price: "$29", subtitle: "For frequent enthusiasts", features: ["Free Express Shipping", "Priority Support", "Exclusive Early Access"], + buttons: [{ text: "Upgrade Now", href: "#" }], }, ]} - title="Transparent Pricing" - description="No hidden fees, just value." + title="Simple Plans" + description="Transparent pricing with no hidden costs." />
@@ -324,12 +167,10 @@ export default function LandingPage() {