diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c0e020..750037f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,60 +30,40 @@ export default function LandingPage() {
@@ -95,19 +75,13 @@ export default function LandingPage() { metrics={[ { icon: Truck, - label: "Shipping", - value: "Free US Delivery", - }, + label: "Shipping", value: "Free US Delivery"}, { icon: RotateCcw, - label: "Returns", - value: "Easy Exchanges", - }, + label: "Returns", value: "Easy Exchanges"}, { icon: ShieldCheck, - label: "Support", - value: "Hassle Free", - }, + label: "Support", value: "Hassle Free"}, ]} metricsAnimation="blur-reveal" /> @@ -121,41 +95,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Signature Hoodie Dark Grey", - price: "$100.00", - imageSrc: "http://img.b2bpic.net/free-photo/crop-man-showing-holding-gesture_23-2147795518.jpg", - }, + id: "p1", name: "Signature Hoodie Dark Grey", price: "$100.00", imageSrc: "http://img.b2bpic.net/free-photo/crop-man-showing-holding-gesture_23-2147795518.jpg"}, { - id: "p2", - name: "Sunshine Green Set Bundle", - price: "$100.00", - imageSrc: "http://img.b2bpic.net/free-photo/tender-curly-woman-wears-green-bodysuit-covers-eyes-with-hands-has-perfect-figure-healthy-skin-well-care-body-demonstrates-results-slimming-isolated-brown-background-good-shape-concept_273609-57134.jpg", - }, + id: "p2", name: "Sunshine Green Set Bundle", price: "$100.00", imageSrc: "http://img.b2bpic.net/free-photo/tender-curly-woman-wears-green-bodysuit-covers-eyes-with-hands-has-perfect-figure-healthy-skin-well-care-body-demonstrates-results-slimming-isolated-brown-background-good-shape-concept_273609-57134.jpg"}, { - id: "p3", - name: "Black Beads Top", - price: "$60.00", - imageSrc: "http://img.b2bpic.net/free-photo/playful-blonde-girl-smiling-covering-fake-swimwear-white-background_176420-55850.jpg", - }, + id: "p3", name: "Black Beads Top", price: "$60.00", imageSrc: "http://img.b2bpic.net/free-photo/playful-blonde-girl-smiling-covering-fake-swimwear-white-background_176420-55850.jpg"}, { - id: "p4", - name: "Tropical Beach Coverup", - price: "$85.00", - imageSrc: "http://img.b2bpic.net/free-photo/view-hawaiian-shirts-with-wallet-smartwatch_23-2149366048.jpg", - }, + id: "p4", name: "Tropical Beach Coverup", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/view-hawaiian-shirts-with-wallet-smartwatch_23-2149366048.jpg"}, { - id: "p5", - name: "Sunset Orange Bottom", - price: "$55.00", - imageSrc: "http://img.b2bpic.net/free-photo/tropical-leaves-white-background-with-summer-accessories-concept-summer-vacation-recreation-poster-banner-postcard-template_169016-3204.jpg", - }, + id: "p5", name: "Sunset Orange Bottom", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/tropical-leaves-white-background-with-summer-accessories-concept-summer-vacation-recreation-poster-banner-postcard-template_169016-3204.jpg"}, { - id: "p6", - name: "Florida Breeze Set", - price: "$95.00", - imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176704.jpg", - }, + id: "p6", name: "Florida Breeze Set", price: "$95.00", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176704.jpg"}, ]} title="Summer Essentials" description="Explore our curated selection of top-selling bikinis and bundle sets designed for your next getaway." @@ -166,42 +116,18 @@ export default function LandingPage() { @@ -229,50 +152,31 @@ export default function LandingPage() { logoText="The Tropical Society" columns={[ { - title: "Shop", - items: [ + title: "Shop", items: [ { - label: "Bikinis", - href: "#products", - }, + label: "Bikinis", href: "#products"}, { - label: "Bundles", - href: "#products", - }, + label: "Bundles", href: "#products"}, { - label: "Gift Cards", - href: "#", - }, + label: "Gift Cards", href: "#"}, ], }, { - title: "Help", - items: [ + title: "Help", items: [ { - label: "Returns & Exchanges", - href: "#", - }, + label: "Returns & Exchanges", href: "#"}, { - label: "Contact", - href: "#", - }, + label: "Contact", href: "#"}, { - label: "Shipping Info", - href: "#", - }, + label: "Shipping Info", href: "#"}, ], }, { - title: "Social", - items: [ + title: "Social", items: [ { - label: "TikTok", - href: "https://tiktok.com", - }, + label: "TikTok", href: "https://tiktok.com"}, { - label: "Instagram", - href: "https://instagram.com", - }, + label: "Instagram", href: "https://instagram.com"}, ], }, ]}