diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8a7eeb7..4635f74 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,26 +33,16 @@ export default function LandingPage() {
@@ -63,80 +53,41 @@ export default function LandingPage() {
description="A compact steam cabinet that unfolds in seconds, bringing powerful steam circulation, garment refreshing, and everyday convenience into your home."
testimonials={[
{
- name: "Alex P.",
- handle: "@alex_home",
- testimonial: "This cabinet is a game-changer for my small apartment! Easy to store and sets up in no time. Perfect for refreshing clothes.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/cloud-with-open-lock_1048-1662.jpg?_wi=1",
- imageAlt: "Alex's avatar",
- },
+ name: "Alex P.", handle: "@alex_home", testimonial: "This cabinet is a game-changer for my small apartment! Easy to store and sets up in no time. Perfect for refreshing clothes.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/cloud-with-open-lock_1048-1662.jpg", imageAlt: "Alex's avatar"},
{
- name: "Jamie L.",
- handle: "@cleanliving",
- testimonial: "The steam flow is excellent, leaves my clothes feeling fresh and wrinkle-free. A premium addition to my home routine.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/economy-arrow-with-copy-space_23-2148541977.jpg?_wi=1",
- imageAlt: "Jamie's avatar",
- },
+ name: "Jamie L.", handle: "@cleanliving", testimonial: "The steam flow is excellent, leaves my clothes feeling fresh and wrinkle-free. A premium addition to my home routine.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/economy-arrow-with-copy-space_23-2148541977.jpg", imageAlt: "Jamie's avatar"},
{
- name: "Casey R.",
- handle: "@compacthome",
- testimonial: "Love the simple digital controls. It's incredibly user-friendly and looks sleek in any room. Highly recommend!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-vector/heart-with-settings-cog_78370-6980.jpg?_wi=1",
- imageAlt: "Casey's avatar",
- },
+ name: "Casey R.", handle: "@compacthome", testimonial: "Love the simple digital controls. It's incredibly user-friendly and looks sleek in any room. Highly recommend!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-vector/heart-with-settings-cog_78370-6980.jpg", imageAlt: "Casey's avatar"},
{
- name: "Sam K.",
- handle: "@urbanliving",
- testimonial: "The foldable design is genius! Finally, a practical way to steam clothes without needing extra space. So efficient.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/half-charged-battery-right-side_187299-39254.jpg",
- imageAlt: "Sam's avatar",
- },
+ name: "Sam K.", handle: "@urbanliving", testimonial: "The foldable design is genius! Finally, a practical way to steam clothes without needing extra space. So efficient.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/half-charged-battery-right-side_187299-39254.jpg", imageAlt: "Sam's avatar"},
{
- name: "Jordan M.",
- handle: "@freshthreads",
- testimonial: "My garments feel so much fresher after a quick cycle. It's quiet, effective, and a beautiful piece of design.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/battery-low-sign-front-side_187299-39194.jpg",
- imageAlt: "Jordan's avatar",
- },
+ name: "Jordan M.", handle: "@freshthreads", testimonial: "My garments feel so much fresher after a quick cycle. It's quiet, effective, and a beautiful piece of design.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/battery-low-sign-front-side_187299-39194.jpg", imageAlt: "Jordan's avatar"},
]}
testimonialRotationInterval={5000}
buttons={[
{
- text: "Shop Now",
- href: "#",
- },
+ text: "Shop Now", href: "#"},
{
- text: "Watch Demo",
- href: "#product-demo-video",
- },
+ text: "Watch Demo", href: "#product-demo-video"},
]}
avatars={[
{
- src: "http://img.b2bpic.net/free-vector/creative-space-exploration-big-things-25-glyph-solid-black-icon-pack-such-as-genetics-biology-panel-solar-orbit_1142-26765.jpg",
- alt: "Space-saving design",
- },
+ src: "http://img.b2bpic.net/free-vector/creative-space-exploration-big-things-25-glyph-solid-black-icon-pack-such-as-genetics-biology-panel-solar-orbit_1142-26765.jpg", alt: "Space-saving design"},
{
- src: "http://img.b2bpic.net/free-photo/blue-smoke-collection-white-background_1112-1776.jpg",
- alt: "Steam circulation",
- },
+ src: "http://img.b2bpic.net/free-photo/blue-smoke-collection-white-background_1112-1776.jpg", alt: "Steam circulation"},
{
- src: "http://img.b2bpic.net/free-vector/realistic-neumorphic-design-user-interface-elements_52683-54117.jpg",
- alt: "Digital control",
- },
+ src: "http://img.b2bpic.net/free-vector/realistic-neumorphic-design-user-interface-elements_52683-54117.jpg", alt: "Digital control"},
{
- src: "http://img.b2bpic.net/free-photo/black-metal-display-stand-advertising-information_187299-46815.jpg",
- alt: "Stable structure",
- },
+ src: "http://img.b2bpic.net/free-photo/black-metal-display-stand-advertising-information_187299-46815.jpg", alt: "Stable structure"},
{
- src: "http://img.b2bpic.net/free-photo/upload-icon-front-side_187299-45737.jpg",
- alt: "Easy setup",
- },
+ src: "http://img.b2bpic.net/free-photo/upload-icon-front-side_187299-45737.jpg", alt: "Easy setup"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-listening-music-vinyl_23-2150037442.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-listening-music-vinyl_23-2150037442.jpg"
videoSrc="/videos/product-demo.mp4"
imageAlt="Foldable Steam Cabinet unfolding"
showBlur={false}
@@ -150,89 +101,49 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Folded Storage Mode",
- description: "Keep the cabinet folded when not in use, creating a low-profile, horizontal shape for easier storage in apartments, utility rooms, or small home spaces.",
- icon: Package,
+ title: "Folded Storage Mode", description: "Keep the cabinet folded when not in use, creating a low-profile, horizontal shape for easier storage in apartments, utility rooms, or small home spaces.", icon: Package,
mediaItems: [
{
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZFtxa5PlO02FbEJGPv1f5zj7S/uploaded-1781262999421-yijsocvy.jpg",
- imageAlt: "Folded product",
- },
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZFtxa5PlO02FbEJGPv1f5zj7S/uploaded-1781262999421-yijsocvy.jpg", imageAlt: "Folded product"},
{
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZFtxa5PlO02FbEJGPv1f5zj7S/uploaded-1781262999421-k1zfndtu.jpg",
- imageAlt: "Folded product detail",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-listening-music-vinyl_23-2150037442.jpg?_wi=2",
- imageAlt: "User provided image",
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZFtxa5PlO02FbEJGPv1f5zj7S/uploaded-1781262999421-k1zfndtu.jpg", imageAlt: "Folded product detail"},
+ ]
},
{
- title: "Ready-to-Use Mode",
- description: "Lift the top, extend the support poles, and let the fabric chamber unfold. It expands into a tall enclosed space designed for efficient steam circulation.",
- icon: Maximize,
+ title: "Ready-to-Use Mode", description: "Lift the top, extend the support poles, and let the fabric chamber unfold. It expands into a tall enclosed space designed for efficient steam circulation.", icon: Maximize,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/cloud-with-open-lock_1048-1662.jpg?_wi=2",
- imageAlt: "Opened product",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/cloud-with-open-lock_1048-1662.jpg", imageAlt: "Opened product"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/economy-arrow-with-copy-space_23-2148541977.jpg?_wi=2",
- imageAlt: "Opened product detail",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-vector/heart-with-settings-cog_78370-6980.jpg?_wi=2",
- imageAlt: "User provided image",
+ imageSrc: "http://img.b2bpic.net/free-photo/economy-arrow-with-copy-space_23-2148541977.jpg", imageAlt: "Opened product detail"},
+ ]
},
{
- title: "Space-Saving Foldable Design",
- description: "Folds down into a compact horizontal form for easier storage in small spaces, making it ideal for urban living.",
- icon: Save,
+ title: "Space-Saving Foldable Design", description: "Folds down into a compact horizontal form for easier storage in small spaces, making it ideal for urban living.", icon: Save,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/city-transport-concept-with-car_23-2148996474.jpg",
- imageAlt: "Space saving icon",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/city-transport-concept-with-car_23-2148996474.jpg", imageAlt: "Space saving icon"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-office-holding-tablet_23-2152013704.jpg",
- imageAlt: "Space saving concept",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/black-metal-display-stand-advertising-information_187299-46815.jpg",
- imageAlt: "User provided image",
+ imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-office-holding-tablet_23-2152013704.jpg", imageAlt: "Space saving concept"},
+ ]
},
{
- title: "Upward Steam Circulation",
- description: "Steam moves from the base upward through the fabric chamber to refresh garments and enclosed items consistently and effectively.",
- icon: ArrowUp,
+ title: "Upward Steam Circulation", description: "Steam moves from the base upward through the fabric chamber to refresh garments and enclosed items consistently and effectively.", icon: ArrowUp,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-vector/curvy-arrows-different-colors_23-2147495102.jpg",
- imageAlt: "Steam circulation icon",
- },
+ imageSrc: "http://img.b2bpic.net/free-vector/curvy-arrows-different-colors_23-2147495102.jpg", imageAlt: "Steam circulation icon"},
{
- imageSrc: "http://img.b2bpic.net/free-vector/arrow-buttons_1308-84101.jpg",
- imageAlt: "Steam flow graphic",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-bathrobe-holding-medical-herbs_23-2147867890.jpg?_wi=1",
- imageAlt: "User provided image",
+ imageSrc: "http://img.b2bpic.net/free-vector/arrow-buttons_1308-84101.jpg", imageAlt: "Steam flow graphic"},
+ ]
},
{
- title: "Simple Digital Control",
- description: "A built-in control panel and indicator light make operation clear and easy, providing a clean, appliance-style interface.",
- icon: Monitor,
+ title: "Simple Digital Control", description: "A built-in control panel and indicator light make operation clear and easy, providing a clean, appliance-style interface.", icon: Monitor,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-vector/voice-translator-app-concept_23-2148626239.jpg",
- imageAlt: "Digital control icon",
- },
+ imageSrc: "http://img.b2bpic.net/free-vector/voice-translator-app-concept_23-2148626239.jpg", imageAlt: "Digital control icon"},
{
- imageSrc: "http://img.b2bpic.net/free-vector/20-home-appliances-kitchen-flat-color-icon-presentation_1142-25266.jpg",
- imageAlt: "Control panel graphic",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-female-driver-truck_23-2150263119.jpg?_wi=1",
- imageAlt: "User provided image",
+ imageSrc: "http://img.b2bpic.net/free-vector/20-home-appliances-kitchen-flat-color-icon-presentation_1142-25266.jpg", imageAlt: "Control panel graphic"},
+ ]
},
]}
title="Compact When Closed. Full-Size When Open."
@@ -245,9 +156,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="See It Open in Seconds"
description={[
- "Watch the cabinet unfold from compact storage mode into a full-height steam chamber. Observe the foldable base, extending poles, expanding fabric chamber, digital control panel, and the internal steam pathway.",
- "",
- ]}
+ "Watch the cabinet unfold from compact storage mode into a full-height steam chamber. Observe the foldable base, extending poles, expanding fabric chamber, digital control panel, and the internal steam pathway.", ""]}
showBorder={false}
/>
@@ -260,85 +169,25 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "c1",
- name: "Cream-beige Top Lid",
- price: "",
- variant: "External",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-bathrobe-holding-medical-herbs_23-2147867890.jpg?_wi=2",
- imageAlt: "Cream-beige top lid",
- },
+ id: "c1", name: "Cream-beige Top Lid", price: "", variant: "External", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-bathrobe-holding-medical-herbs_23-2147867890.jpg", imageAlt: "Cream-beige top lid"},
{
- id: "c2",
- name: "Round Top Vent/Cap",
- price: "",
- variant: "External",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-female-driver-truck_23-2150263119.jpg?_wi=2",
- imageAlt: "Round top vent",
- },
+ id: "c2", name: "Round Top Vent/Cap", price: "", variant: "External", imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-female-driver-truck_23-2150263119.jpg", imageAlt: "Round top vent"},
{
- id: "c3",
- name: "Digital Control Panel",
- price: "",
- variant: "External",
- imageSrc: "http://img.b2bpic.net/free-photo/electronic-circuit-board-shallow-dof_1398-119.jpg",
- imageAlt: "Digital control panel",
- },
+ id: "c3", name: "Digital Control Panel", price: "", variant: "External", imageSrc: "http://img.b2bpic.net/free-photo/electronic-circuit-board-shallow-dof_1398-119.jpg", imageAlt: "Digital control panel"},
{
- id: "c4",
- name: "Gray Fabric Chamber",
- price: "",
- variant: "External",
- imageSrc: "http://img.b2bpic.net/free-photo/children-clothes_93675-130507.jpg",
- imageAlt: "Gray fabric chamber",
- },
+ id: "c4", name: "Gray Fabric Chamber", price: "", variant: "External", imageSrc: "http://img.b2bpic.net/free-photo/children-clothes_93675-130507.jpg", imageAlt: "Gray fabric chamber"},
{
- id: "c5",
- name: "Curved Zipper Door",
- price: "",
- variant: "External",
- imageSrc: "http://img.b2bpic.net/free-photo/cutle-little-boy-hidding-wardrobe-while-paying-hide-seek_23-2148947257.jpg",
- imageAlt: "Curved zipper door",
- },
+ id: "c5", name: "Curved Zipper Door", price: "", variant: "External", imageSrc: "http://img.b2bpic.net/free-photo/cutle-little-boy-hidding-wardrobe-while-paying-hide-seek_23-2148947257.jpg", imageAlt: "Curved zipper door"},
{
- id: "c6",
- name: "Silver Support Poles",
- price: "",
- variant: "Structural",
- imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-49694.jpg",
- imageAlt: "Silver support poles",
- },
+ id: "c6", name: "Silver Support Poles", price: "", variant: "Structural", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-49694.jpg", imageAlt: "Silver support poles"},
{
- id: "c7",
- name: "Stable Base Unit",
- price: "",
- variant: "External",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-plan-wooden-steps-interior-house_169016-34908.jpg",
- imageAlt: "Stable base unit",
- },
+ id: "c7", name: "Stable Base Unit", price: "", variant: "External", imageSrc: "http://img.b2bpic.net/free-photo/closeup-plan-wooden-steps-interior-house_169016-34908.jpg", imageAlt: "Stable base unit"},
{
- id: "c8",
- name: "Internal Heating/Steam Module",
- price: "",
- variant: "Internal",
- imageSrc: "http://img.b2bpic.net/free-photo/black-wall-radiator-geometry-warmth-contemporary-interior_169016-68927.jpg",
- imageAlt: "Internal heating and steam module",
- },
+ id: "c8", name: "Internal Heating/Steam Module", price: "", variant: "Internal", imageSrc: "http://img.b2bpic.net/free-photo/black-wall-radiator-geometry-warmth-contemporary-interior_169016-68927.jpg", imageAlt: "Internal heating and steam module"},
{
- id: "c9",
- name: "Steam Circulation Pathway",
- price: "",
- variant: "Internal",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-dense-white-haze-darkness_23-2148102032.jpg",
- imageAlt: "Steam circulation pathway",
- },
+ id: "c9", name: "Steam Circulation Pathway", price: "", variant: "Internal", imageSrc: "http://img.b2bpic.net/free-photo/abstract-dense-white-haze-darkness_23-2148102032.jpg", imageAlt: "Steam circulation pathway"},
{
- id: "c10",
- name: "Red Indicator Light",
- price: "",
- variant: "External",
- imageSrc: "http://img.b2bpic.net/free-photo/people-interacting-with-ai-their-daily-lives_23-2151871008.jpg",
- imageAlt: "Red indicator light",
- },
+ id: "c10", name: "Red Indicator Light", price: "", variant: "External", imageSrc: "http://img.b2bpic.net/free-photo/people-interacting-with-ai-their-daily-lives_23-2151871008.jpg", imageAlt: "Red indicator light"},
]}
title="Designed Inside and Out"
description="A clean folding structure, stable support system, and internal steam pathway work together in one compact appliance."
@@ -351,20 +200,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "s1",
- title: "Step 1: Fold & Store",
- content: "Keep the cabinet folded into its compact, horizontal form when not in use to save space. Its low-profile design allows for easy storage in small apartments or utility rooms.",
- },
+ id: "s1", title: "Step 1: Fold & Store", content: "Keep the cabinet folded into its compact, horizontal form when not in use to save space. Its low-profile design allows for easy storage in small apartments or utility rooms."},
{
- id: "s2",
- title: "Step 2: Open & Set Up",
- content: "Simply lift the top lid, extend the sturdy silver support poles, and allow the gray fabric chamber to fully unfold. The cabinet expands into a stable, upright steam chamber in seconds.",
- },
+ id: "s2", title: "Step 2: Open & Set Up", content: "Simply lift the top lid, extend the sturdy silver support poles, and allow the gray fabric chamber to fully unfold. The cabinet expands into a stable, upright steam chamber in seconds."},
{
- id: "s3",
- title: "Step 3: Steam & Refresh",
- content: "Activate the system using the simple digital control panel. Warm, consistent steam will then circulate upward through the enclosed chamber, refreshing garments and other enclosed items.",
- },
+ id: "s3", title: "Step 3: Steam & Refresh", content: "Activate the system using the simple digital control panel. Warm, consistent steam will then circulate upward through the enclosed chamber, refreshing garments and other enclosed items."},
]}
title="How It Works"
description="Experience effortless steam care with our intuitive three-step process."
@@ -379,59 +219,28 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
- id: "spec1",
- value: "Type",
- title: "Product Type",
- items: [
- "Foldable Steam Sauna",
- "Steam Wardrobe Cabinet",
- ],
+ id: "spec1", value: "Type", title: "Product Type", items: [
+ "Foldable Steam Sauna", "Steam Wardrobe Cabinet"],
},
{
- id: "spec2",
- value: "Design",
- title: "Structure",
- items: [
- "Compact folding upright cabinet",
- "Extendable silver support poles",
- ],
+ id: "spec2", value: "Design", title: "Structure", items: [
+ "Compact folding upright cabinet", "Extendable silver support poles"],
},
{
- id: "spec3",
- value: "Aesthetic",
- title: "Color & Controls",
- items: [
- "Cream beige and gray",
- "Digital control panel",
- "Red power/status light",
- ],
+ id: "spec3", value: "Aesthetic", title: "Color & Controls", items: [
+ "Cream beige and gray", "Digital control panel", "Red power/status light"],
},
{
- id: "spec4",
- value: "Access",
- title: "Door Mechanism",
- items: [
- "Curved front zipper opening",
- ],
+ id: "spec4", value: "Access", title: "Door Mechanism", items: [
+ "Curved front zipper opening"],
},
{
- id: "spec5",
- value: "Usage",
- title: "Key Use Cases",
- items: [
- "Garment steaming",
- "Drying",
- "Refreshing",
- "Home steam care",
- ],
+ id: "spec5", value: "Usage", title: "Key Use Cases", items: [
+ "Garment steaming", "Drying", "Refreshing", "Home steam care"],
},
{
- id: "spec6",
- value: "Storage",
- title: "Form Factor",
- items: [
- "Folded horizontal compact form",
- ],
+ id: "spec6", value: "Storage", title: "Form Factor", items: [
+ "Folded horizontal compact form"],
},
]}
title="Product Specifications"
@@ -448,38 +257,11 @@ export default function LandingPage() {
description="From garment refreshing to compact home steam care, this foldable cabinet is designed to fit naturally into modern spaces and simplify your daily life."
blogs={[
{
- id: "life1",
- category: "Home Care",
- title: "Seamlessly Integrated Living",
- excerpt: "Discover how the SteamFold cabinet blends into any modern laundry room or bedroom, enhancing your home without taking up permanent space.",
- imageSrc: "http://img.b2bpic.net/free-photo/view-laundry-room-with-washing-machine-retro-colors_23-2151176260.jpg",
- imageAlt: "Steam cabinet in a modern laundry room",
- authorName: "Home Expert",
- authorAvatar: "http://img.b2bpic.net/free-vector/tombstone-doodle-icon-illustration_32991-1092.jpg",
- date: "July 12, 2024",
- },
+ id: "life1", category: "Home Care", title: "Seamlessly Integrated Living", excerpt: "Discover how the SteamFold cabinet blends into any modern laundry room or bedroom, enhancing your home without taking up permanent space.", imageSrc: "http://img.b2bpic.net/free-photo/view-laundry-room-with-washing-machine-retro-colors_23-2151176260.jpg", imageAlt: "Steam cabinet in a modern laundry room", authorName: "Home Expert", authorAvatar: "http://img.b2bpic.net/free-vector/tombstone-doodle-icon-illustration_32991-1092.jpg", date: "July 12, 2024"},
{
- id: "life2",
- category: "Efficiency",
- title: "Maximize Your Small Spaces",
- excerpt: "Perfect for apartment residents, this appliance offers full steam functionality with minimal footprint, making every square inch count.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-make-coffee_176420-6089.jpg",
- imageAlt: "Steam cabinet in a minimalist apartment corner",
- authorName: "Design Blog",
- authorAvatar: "http://img.b2bpic.net/free-photo/settings-front-side-with-white-background_187299-39965.jpg",
- date: "July 15, 2024",
- },
+ id: "life2", category: "Efficiency", title: "Maximize Your Small Spaces", excerpt: "Perfect for apartment residents, this appliance offers full steam functionality with minimal footprint, making every square inch count.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-make-coffee_176420-6089.jpg", imageAlt: "Steam cabinet in a minimalist apartment corner", authorName: "Design Blog", authorAvatar: "http://img.b2bpic.net/free-photo/settings-front-side-with-white-background_187299-39965.jpg", date: "July 15, 2024"},
{
- id: "life3",
- category: "Convenience",
- title: "Effortless Garment Refreshing",
- excerpt: "Say goodbye to bulky dry cleaning trips. Refresh your clothes at home with a simple, convenient, and effective steam solution.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-vase_23-2148903503.jpg",
- imageAlt: "Steam cabinet near an organized closet",
- authorName: "Lifestyle Guide",
- authorAvatar: "http://img.b2bpic.net/free-vector/uneven-bars-two-designs_1308-12991.jpg",
- date: "July 18, 2024",
- },
+ id: "life3", category: "Convenience", title: "Effortless Garment Refreshing", excerpt: "Say goodbye to bulky dry cleaning trips. Refresh your clothes at home with a simple, convenient, and effective steam solution.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-vase_23-2148903503.jpg", imageAlt: "Steam cabinet near an organized closet", authorName: "Lifestyle Guide", authorAvatar: "http://img.b2bpic.net/free-vector/uneven-bars-two-designs_1308-12991.jpg", date: "July 18, 2024"},
]}
/>
@@ -488,20 +270,15 @@ export default function LandingPage() {
@@ -511,50 +288,31 @@ export default function LandingPage() {
logoText="SteamFold"
columns={[
{
- title: "Product",
- items: [
+ title: "Product", items: [
{
- label: "Overview",
- href: "#overview",
- },
+ label: "Overview", href: "#overview"},
{
- label: "Features",
- href: "#features",
- },
+ label: "Features", href: "#features"},
{
- label: "How It Works",
- href: "#how-it-works",
- },
+ label: "How It Works", href: "#how-it-works"},
{
- label: "Specifications",
- href: "#specifications",
- },
+ label: "Specifications", href: "#specifications"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "Contact Us",
- href: "#final-cta",
- },
+ label: "Contact Us", href: "#final-cta"},
{
- label: "Support",
- href: "#",
- },
+ label: "Support", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}