Merge version_1 into main #2
169
src/app/page.tsx
169
src/app/page.tsx
@@ -30,23 +30,16 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Shop",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Shop", id: "#products"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Our Story", id: "#about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Sage & Bloom"
|
||||
button={{ text: "Order Now", href: "#products" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,11 +49,9 @@ export default function LandingPage() {
|
||||
description="Curated gift hampers for the special moments in her life. Thoughtfully packaged, beautifully presented."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Hampers",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Hampers", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-christmas-present-decorated-with-dried-flowers-dry-orange-wrapped-craft-paper_169016-14425.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-christmas-present-decorated-with-dried-flowers-dry-orange-wrapped-craft-paper_169016-14425.jpg"
|
||||
imageAlt="A beautifully wrapped sage green gift hamper with dried flowers"
|
||||
/>
|
||||
</div>
|
||||
@@ -72,20 +63,11 @@ export default function LandingPage() {
|
||||
description="We pour love into every box, selecting only the finest items to bring a smile to her face."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Premium Selection",
|
||||
content: "Only the best wellness and lifestyle products are included in our collections.",
|
||||
},
|
||||
id: "1", title: "Premium Selection", content: "Only the best wellness and lifestyle products are included in our collections."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Hand-Wrapped",
|
||||
content: "Every detail is taken care of with sustainable, beautiful packaging that delights from the start.",
|
||||
},
|
||||
id: "2", title: "Hand-Wrapped", content: "Every detail is taken care of with sustainable, beautiful packaging that delights from the start."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Gift-Ready",
|
||||
content: "Perfect for birthdays, celebrations, or 'just because' moments, delivered directly to her door.",
|
||||
},
|
||||
id: "3", title: "Gift-Ready", content: "Perfect for birthdays, celebrations, or 'just because' moments, delivered directly to her door."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/small-cute-gift-with-dried-plants_23-2148231271.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -101,32 +83,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Sage & Bloom",
|
||||
name: "The Wellness Haven",
|
||||
price: "$65",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lovely-flowers-glass-with-leaves-white-surface_141793-13878.jpg",
|
||||
},
|
||||
id: "p1", brand: "Sage & Bloom", name: "The Wellness Haven", price: "$65", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lovely-flowers-glass-with-leaves-white-surface_141793-13878.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Sage & Bloom",
|
||||
name: "Floral Afternoon Set",
|
||||
price: "$45",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-furoshiki-package_23-2150643014.jpg",
|
||||
},
|
||||
id: "p2", brand: "Sage & Bloom", name: "Floral Afternoon Set", price: "$45", rating: 5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-furoshiki-package_23-2150643014.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Sage & Bloom",
|
||||
name: "Golden Radiance Box",
|
||||
price: "$85",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wrapped-gift-box-table_23-2148578934.jpg",
|
||||
},
|
||||
id: "p3", brand: "Sage & Bloom", name: "Golden Radiance Box", price: "$85", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wrapped-gift-box-table_23-2148578934.jpg"},
|
||||
]}
|
||||
title="Featured Hampers"
|
||||
description="Explore our curated collection of gift boxes designed for her."
|
||||
@@ -138,9 +102,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Story"
|
||||
description={[
|
||||
"At Sage & Bloom, we believe that a gift is more than just an item—it's a feeling of love and appreciation.",
|
||||
"Founded with the mission to brighten her day, we curate experiences that feel personal, timeless, and aesthetic.",
|
||||
]}
|
||||
"At Sage & Bloom, we believe that a gift is more than just an item—it's a feeling of love and appreciation.", "Founded with the mission to brighten her day, we curate experiences that feel personal, timeless, and aesthetic."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -151,51 +113,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena Smith",
|
||||
role: "Friend",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-surprising-woman_23-2148735599.jpg",
|
||||
},
|
||||
id: "1", name: "Elena Smith", role: "Friend", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-surprising-woman_23-2148735599.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Miller",
|
||||
role: "Mom",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-unpacking-presents-by-christmas-tree_1303-12452.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah Miller", role: "Mom", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-unpacking-presents-by-christmas-tree_1303-12452.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Chloe Jones",
|
||||
role: "Sister",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-giving-stack-gifts-his-girlfriend_23-2147887843.jpg",
|
||||
},
|
||||
id: "3", name: "Chloe Jones", role: "Sister", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-giving-stack-gifts-his-girlfriend_23-2147887843.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mia Anderson",
|
||||
role: "Recipient",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-boxes-pine-cones_23-2148325677.jpg",
|
||||
},
|
||||
id: "4", name: "Mia Anderson", role: "Recipient", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-boxes-pine-cones_23-2148325677.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "1000+",
|
||||
label: "Happy Smiles",
|
||||
},
|
||||
value: "1000+", label: "Happy Smiles"},
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
value: "5.0", label: "Avg Rating"},
|
||||
{
|
||||
value: "200+",
|
||||
label: "Curated Sets",
|
||||
},
|
||||
value: "200+", label: "Curated Sets"},
|
||||
]}
|
||||
title="Loved by You"
|
||||
description="See why our community loves choosing us for their special occasions."
|
||||
@@ -209,20 +145,12 @@ export default function LandingPage() {
|
||||
description="Have a custom request or need help choosing the right hamper?"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Your Email"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "How can we help?", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-baker-standing-front-pastry-cabinet-tying-apron-her-waist_23-2148027968.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -231,45 +159,30 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-christmas-present-decorated-with-dried-flowers-dry-orange-wrapped-craft-paper_169016-14425.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-christmas-present-decorated-with-dried-flowers-dry-orange-wrapped-craft-paper_169016-14425.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#",
|
||||
},
|
||||
label: "New Arrivals", href: "#"},
|
||||
{
|
||||
label: "Best Sellers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Best Sellers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Shipping",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping", href: "#"},
|
||||
{
|
||||
label: "Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Returns", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user