diff --git a/src/app/page.tsx b/src/app/page.tsx index feb5051..fe62f1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,7 @@ export default function LandingPage() { { name: "Contact", id: "contact"}, ]} - brandName="E-Store" + brandName="Stor 10$" /> @@ -48,7 +48,7 @@ export default function LandingPage() { @@ -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." />