Merge version_1 into main #4
@@ -1,13 +1,14 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import Link from "next/link";
|
||||
import { Sparkles, ShoppingBag, Heart, Award, Star, Mail } from "lucide-react";
|
||||
|
||||
@@ -33,7 +34,7 @@ export default function HandbagsPage() {
|
||||
{ name: "Shop", id: "shop" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Wishlist", id: "wishlist" },
|
||||
{ name: "Wishlist", id: "wishlist" }
|
||||
]}
|
||||
button={{
|
||||
text: "Browse Collection", href: "#products"
|
||||
@@ -46,20 +47,20 @@ export default function HandbagsPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{ variant: "glowing-orb" }}
|
||||
title="Women's Handbags Collection"
|
||||
description="Discover our carefully curated selection of elegant, timeless handbags crafted for the modern woman who values quality, style, and sophistication."
|
||||
title="Refined Style for Your Everyday Living"
|
||||
description="Discover elegant handbags and beautiful household essentials designed for modern women who appreciate quality, style, and timeless elegance."
|
||||
enableKpiAnimation={true}
|
||||
kpis={[
|
||||
{ value: "150+", label: "Premium Handbags" },
|
||||
{ value: "99.8%", label: "Customer Satisfaction" },
|
||||
{ value: "Fast", label: "Free Shipping Over $100" },
|
||||
{ value: "1000+", label: "Happy Customers" },
|
||||
{ value: "500+", label: "Curated Products" },
|
||||
{ value: "24h", label: "Fast Shipping" }
|
||||
]}
|
||||
tag="Premium Collection"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Shop All Bags", href: "#products" },
|
||||
{ text: "Shop Essentials", href: "/shop/home-essentials" },
|
||||
{ text: "Shop Bags", href: "#products" },
|
||||
{ text: "Shop Home Essentials", href: "/shop/home-essentials" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-woman-walking-city-warm-fur-coat-winter-season-cold-weather-wearing-black-cap-holding-leather-bag-street-fashion-trend-urban-look_285396-4713.jpg"
|
||||
@@ -76,27 +77,27 @@ export default function HandbagsPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Crossbody Bags", description: "Perfect for everyday elegance. Our crossbody collection features versatile designs that transition seamlessly from office to evening. Each piece is selected for its superior craftsmanship and timeless appeal.", phoneOne={{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-purse-studio-still-life_23-2151046449.jpg", imageAlt: "Crossbody handbags collection"
|
||||
title: "Women's Handbags", description: "From structured totes to elegant crossbodies, discover the perfect bag for every occasion. Each piece is selected for its quality, craftsmanship, and timeless appeal.", phoneOne={{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-purse-studio-still-life_23-2151046449.jpg", imageAlt: "Women's luxury leather handbags collection display"
|
||||
}},
|
||||
phoneTwo={{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg", imageAlt: "Premium leather crossbody detail"
|
||||
}},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg", imageAlt: "Premium leather crossbody handbag designer style"
|
||||
}}
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Structured Totes", description: "Make a statement with our sophisticated tote collection. Designed for the woman who demands both style and function, these bags complement any wardrobe while providing ample space for daily essentials.", phoneOne={{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-objects-womans-hands-with-bag-sunglasses-fashionable-girl-sitting-outdoor-stylish-jeans_273443-1577.jpg", imageAlt: "Structured tote handbags"
|
||||
title: "Kitchen & Household Essentials", description: "Transform your home with our collection of stylish and functional household items. Beautiful design meets practical purpose in every piece.", phoneOne={{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-kitchen-beans_23-2148746913.jpg", imageAlt: "Modern kitchen utensils household essentials display"
|
||||
}},
|
||||
phoneTwo={{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg", imageAlt: "Tote bag detail"
|
||||
}},
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg", imageAlt: "Modern kitchen utensil set elegant design"
|
||||
}}
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="Featured Handbag Styles"
|
||||
description="Explore our curated collections designed to elevate your everyday elegance"
|
||||
tag="Shop by Style"
|
||||
title="Featured Categories"
|
||||
description="Explore our carefully curated collections designed to elevate your lifestyle"
|
||||
tag="Shop by Category"
|
||||
tagIcon={ShoppingBag}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -110,20 +111,20 @@ export default function HandbagsPage() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Classic Leather Crossbody", price: "$189.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg", imageAlt: "Classic elegant crossbody handbag", initialQuantity: 1,
|
||||
id: "1", name: "Classic Leather Crossbody", price: "$189.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg", imageAlt: "Classic elegant crossbody handbag", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "2", name: "Blush Pink Structured Tote", price: "$249.00", imageSrc: "http://img.b2bpic.net/free-photo/fashion-objects-womans-hands-with-bag-sunglasses-fashionable-girl-sitting-outdoor-stylish-jeans_273443-1577.jpg", imageAlt: "Pink structured tote handbag", initialQuantity: 1,
|
||||
id: "2", name: "Blush Pink Structured Tote", price: "$249.00", imageSrc: "http://img.b2bpic.net/free-photo/fashion-objects-womans-hands-with-bag-sunglasses-fashionable-girl-sitting-outdoor-stylish-jeans_273443-1577.jpg", imageAlt: "Pink structured tote handbag", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "3", name: "Midnight Navy Clutch", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/small-purse-studio-still-life_23-2151046449.jpg", imageAlt: "Navy evening clutch", initialQuantity: 1,
|
||||
id: "3", name: "Premium Kitchen Utensil Set", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg", imageAlt: "Elegant kitchen utensil collection", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "4", name: "Caramel Weekend Duffel", price: "$329.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg", imageAlt: "Caramel leather duffel bag", initialQuantity: 1,
|
||||
},
|
||||
id: "4", name: "Luxury Dinnerware Collection", price: "$349.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-details-autumn-home-decor-blurred-background_169016-23388.jpg", imageAlt: "Premium dinnerware set", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
title="Best-Selling Handbags"
|
||||
description="Handpicked selections showcasing our most loved and acclaimed pieces"
|
||||
title="Featured Products"
|
||||
description="Handpicked selections showcasing our most loved items"
|
||||
tag="New Arrivals & Best Sellers"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
@@ -139,14 +140,14 @@ export default function HandbagsPage() {
|
||||
<MetricCardEleven
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "Hand-Curated", title: "Quality Sourced", description: "Every handbag is personally selected for exceptional craftsmanship and timeless design.", imageSrc: "http://img.b2bpic.net/free-photo/rough-studio-shot-fabric-horizontal-material_1122-2405.jpg", imageAlt: "Luxury leather texture premium material"
|
||||
id: "1", value: "Affordable", title: "Luxury Pricing", description: "Premium quality without the premium price tag. Accessible elegance.", imageSrc: "http://img.b2bpic.net/free-photo/rough-studio-shot-fabric-horizontal-material_1122-2405.jpg", imageAlt: "Luxury leather texture premium material"
|
||||
},
|
||||
{
|
||||
id: "2", value: "Premium", title: "Affordable Luxury", description: "Access designer-quality handbags without the premium price tag. Luxury should be accessible.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-red-sweater-guy-front-fireplace-male-background-christmas-tree_1157-40667.jpg", imageAlt: "Luxury packaging presentation"
|
||||
},
|
||||
id: "2", value: "Curated", title: "Quality Sourced", description: "Every item is handpicked and vetted for exceptional standards.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-red-sweater-guy-front-fireplace-male-background-christmas-tree_1157-40667.jpg", imageAlt: "Delivery box luxury packaging gift professional"
|
||||
}
|
||||
]}
|
||||
title="Why Choose Our Handbag Collection"
|
||||
description="Discover what makes The Refined Room your trusted destination for elegant handbags"
|
||||
title="Why Shop With The Refined Room"
|
||||
description="Discover what makes us your trusted partner for elegant, quality products"
|
||||
tag="Our Commitment"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
@@ -165,21 +166,21 @@ export default function HandbagsPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-portrait-crossed-arms-blonde-female_1212-684.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jessica Chen", handle: "@jessicahome", testimonial: "Finally found a place that combines style with affordability. The perfect handbag for every occasion at prices that make sense.", rating: 5,
|
||||
id: "2", name: "Jessica Chen", handle: "@jessicahome", testimonial: "Finally found a place that combines style with affordability. The kitchen essentials have completely transformed my cooking experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg", imageAlt: "Jessica Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilyrefines", testimonial: "The service is impeccable and the products are even better. Every handbag purchase feels like a special investment in my wardrobe.", rating: 5,
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilyrefines", testimonial: "The service is impeccable and the products are even better. Every purchase feels like a special treat for myself.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michelle Park", handle: "@michelleshopping", testimonial: "The Refined Room gets it. Beautiful, functional handbags that actually fit my lifestyle and budget. A loyal customer for life!", rating: 5,
|
||||
id: "4", name: "Michelle Park", handle: "@michelleshopping", testimonial: "The Refined Room gets it. Beautiful, functional, and actually affordable. I'm a loyal customer for life!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-122007.jpg", imageAlt: "Michelle Park"
|
||||
},
|
||||
}
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Handbag Lovers Say"
|
||||
description="Hear from women who have discovered their perfect bag at The Refined Room"
|
||||
title="What Our Customers Say"
|
||||
description="Hear from women who have discovered The Refined Room"
|
||||
tag="Customer Reviews"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
@@ -189,6 +190,21 @@ export default function HandbagsPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Newsletter */}
|
||||
<div id="newsletter" data-section="newsletter">
|
||||
<TextAbout
|
||||
tag="Stay Connected"
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
title="Join The Refined Room Community"
|
||||
buttons={[
|
||||
{ text: "Subscribe to Our Newsletter" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
@@ -199,33 +215,33 @@ export default function HandbagsPage() {
|
||||
{ label: "Shop Handbags", href: "/shop/handbags" },
|
||||
{ label: "Shop Home Essentials", href: "/shop/home-essentials" },
|
||||
{ label: "New Arrivals", href: "/shop?filter=new" },
|
||||
{ label: "Best Sellers", href: "/shop?filter=bestsellers" },
|
||||
],
|
||||
{ label: "Best Sellers", href: "/shop?filter=bestsellers" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Story", href: "/about#story" },
|
||||
{ label: "Sustainability", href: "/about#sustainability" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
],
|
||||
{ label: "Blog", href: "/blog" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Customer Service", href: "/contact#support" },
|
||||
{ label: "Shipping & Returns", href: "#" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
],
|
||||
{ label: "FAQ", href: "/faq" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "Pinterest", href: "https://pinterest.com" },
|
||||
{ label: "TikTok", href: "https://tiktok.com" },
|
||||
],
|
||||
},
|
||||
{ label: "TikTok", href: "https://tiktok.com" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import Link from "next/link";
|
||||
import { Sparkles, ShoppingBag, Heart, Award, Star, Mail } from "lucide-react";
|
||||
|
||||
@@ -33,7 +34,7 @@ export default function HomeEssentialsPage() {
|
||||
{ name: "Shop", id: "shop" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Wishlist", id: "wishlist" },
|
||||
{ name: "Wishlist", id: "wishlist" }
|
||||
]}
|
||||
button={{
|
||||
text: "Browse Collection", href: "#products"
|
||||
@@ -46,20 +47,20 @@ export default function HomeEssentialsPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{ variant: "glowing-orb" }}
|
||||
title="Elevate Your Home with Refined Elegance"
|
||||
description="Transform your living spaces with our curated collection of sophisticated kitchen essentials and household items designed for the modern, style-conscious home."
|
||||
title="Refined Style for Your Everyday Living"
|
||||
description="Discover elegant handbags and beautiful household essentials designed for modern women who appreciate quality, style, and timeless elegance."
|
||||
enableKpiAnimation={true}
|
||||
kpis={[
|
||||
{ value: "200+", label: "Home Products" },
|
||||
{ value: "Eco-Friendly", label: "Sustainable Materials" },
|
||||
{ value: "30-Day", label: "Satisfaction Guarantee" },
|
||||
{ value: "1000+", label: "Happy Customers" },
|
||||
{ value: "500+", label: "Curated Products" },
|
||||
{ value: "24h", label: "Fast Shipping" }
|
||||
]}
|
||||
tag="Premium Collection"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Shop Home Essentials", href: "#products" },
|
||||
{ text: "Shop Handbags", href: "/shop/handbags" },
|
||||
{ text: "Shop Handbags", href: "/shop/handbags" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-traditional-kitchen-beans_23-2148746913.jpg"
|
||||
@@ -76,26 +77,26 @@ export default function HomeEssentialsPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Kitchen Essentials", description: "Create a beautiful and functional kitchen with our carefully selected utensils, tools, and gadgets. From elegant whisks to premium cutting boards, each item is chosen for its quality and aesthetic appeal.", phoneOne={{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-kitchen-beans_23-2148746913.jpg", imageAlt: "Modern kitchen essentials"
|
||||
title: "Women's Handbags", description: "From structured totes to elegant crossbodies, discover the perfect bag for every occasion. Each piece is selected for its quality, craftsmanship, and timeless appeal.", phoneOne={{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-purse-studio-still-life_23-2151046449.jpg", imageAlt: "Women's luxury leather handbags collection display"
|
||||
}},
|
||||
phoneTwo={{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg", imageAlt: "Kitchen utensil set detail"
|
||||
}},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg", imageAlt: "Premium leather crossbody handbag designer style"
|
||||
}}
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Dining & Tableware", description: "Transform your dining experience with our sophisticated dinnerware collections. Each piece is designed to bring elegance to your table and create memorable moments with loved ones.", phoneOne={{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-details-autumn-home-decor-blurred-background_169016-23388.jpg", imageAlt: "Elegant dinnerware collection"
|
||||
title: "Kitchen & Household Essentials", description: "Transform your home with our collection of stylish and functional household items. Beautiful design meets practical purpose in every piece.", phoneOne={{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-kitchen-beans_23-2148746913.jpg", imageAlt: "Modern kitchen utensils household essentials display"
|
||||
}},
|
||||
phoneTwo={{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg", imageAlt: "Table setting detail"
|
||||
}},
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg", imageAlt: "Modern kitchen utensil set elegant design"
|
||||
}}
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="Featured Home Collections"
|
||||
description="Discover our curated selection of home essentials that combine style with functionality"
|
||||
title="Featured Categories"
|
||||
description="Explore our carefully curated collections designed to elevate your lifestyle"
|
||||
tag="Shop by Category"
|
||||
tagIcon={ShoppingBag}
|
||||
tagAnimation="slide-up"
|
||||
@@ -110,20 +111,20 @@ export default function HomeEssentialsPage() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Premium Kitchen Utensil Set", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg", imageAlt: "Elegant kitchen utensil collection", initialQuantity: 1,
|
||||
id: "1", name: "Classic Leather Crossbody", price: "$189.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg", imageAlt: "Classic elegant crossbody handbag", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "2", name: "Luxury Dinnerware Collection", price: "$349.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-details-autumn-home-decor-blurred-background_169016-23388.jpg", imageAlt: "Premium dinnerware set", initialQuantity: 1,
|
||||
id: "2", name: "Blush Pink Structured Tote", price: "$249.00", imageSrc: "http://img.b2bpic.net/free-photo/fashion-objects-womans-hands-with-bag-sunglasses-fashionable-girl-sitting-outdoor-stylish-jeans_273443-1577.jpg", imageAlt: "Pink structured tote handbag", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "3", name: "Elegant Serving Platter Set", price: "$189.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-details-autumn-home-decor-blurred-background_169016-23388.jpg", imageAlt: "Serving platter collection", initialQuantity: 1,
|
||||
id: "3", name: "Premium Kitchen Utensil Set", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg", imageAlt: "Elegant kitchen utensil collection", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "4", name: "Sophisticated Home Decor Bundle", price: "$279.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg", imageAlt: "Home decor essentials", initialQuantity: 1,
|
||||
},
|
||||
id: "4", name: "Luxury Dinnerware Collection", price: "$349.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-details-autumn-home-decor-blurred-background_169016-23388.jpg", imageAlt: "Premium dinnerware set", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
title="Best-Selling Home Essentials"
|
||||
description="Transform your space with these handpicked home and kitchen collections"
|
||||
title="Featured Products"
|
||||
description="Handpicked selections showcasing our most loved items"
|
||||
tag="New Arrivals & Best Sellers"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
@@ -139,14 +140,14 @@ export default function HomeEssentialsPage() {
|
||||
<MetricCardEleven
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "Thoughtfully", title: "Curated Selection", description: "Every home item is selected for its quality, design, and ability to enhance your living space.", imageSrc: "http://img.b2bpic.net/free-photo/rough-studio-shot-fabric-horizontal-material_1122-2405.jpg", imageAlt: "Premium material texture"
|
||||
id: "1", value: "Affordable", title: "Luxury Pricing", description: "Premium quality without the premium price tag. Accessible elegance.", imageSrc: "http://img.b2bpic.net/free-photo/rough-studio-shot-fabric-horizontal-material_1122-2405.jpg", imageAlt: "Luxury leather texture premium material"
|
||||
},
|
||||
{
|
||||
id: "2", value: "Beautifully", title: "Packaged & Shipped", description: "Your items arrive in elegant packaging that makes unboxing a memorable experience.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-red-sweater-guy-front-fireplace-male-background-christmas-tree_1157-40667.jpg", imageAlt: "Luxury packaging presentation"
|
||||
},
|
||||
id: "2", value: "Curated", title: "Quality Sourced", description: "Every item is handpicked and vetted for exceptional standards.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-red-sweater-guy-front-fireplace-male-background-christmas-tree_1157-40667.jpg", imageAlt: "Delivery box luxury packaging gift professional"
|
||||
}
|
||||
]}
|
||||
title="Why Choose Our Home Essentials"
|
||||
description="Discover what makes The Refined Room your trusted destination for home and kitchen excellence"
|
||||
title="Why Shop With The Refined Room"
|
||||
description="Discover what makes us your trusted partner for elegant, quality products"
|
||||
tag="Our Commitment"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
@@ -161,7 +162,7 @@ export default function HomeEssentialsPage() {
|
||||
<TestimonialCardThirteen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", handle: "@sarahlovesrefined", testimonial: "My kitchen has never looked better! These essentials are both beautiful and incredibly functional. Worth every penny.", rating: 5,
|
||||
id: "1", name: "Sarah Mitchell", handle: "@sarahlovesrefined", testimonial: "The quality of these handbags is incredible. I've been using my crossbody for over a year and it still looks brand new. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-portrait-crossed-arms-blonde-female_1212-684.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
@@ -169,17 +170,17 @@ export default function HomeEssentialsPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg", imageAlt: "Jessica Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilyrefines", testimonial: "The service is impeccable and the products are even better. Every purchase feels like a special treat for my home.", rating: 5,
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilyrefines", testimonial: "The service is impeccable and the products are even better. Every purchase feels like a special treat for myself.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michelle Park", handle: "@michelleshopping", testimonial: "The Refined Room gets it. Beautiful home essentials that are both functional and affordable. Highly recommended!", rating: 5,
|
||||
id: "4", name: "Michelle Park", handle: "@michelleshopping", testimonial: "The Refined Room gets it. Beautiful, functional, and actually affordable. I'm a loyal customer for life!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-122007.jpg", imageAlt: "Michelle Park"
|
||||
},
|
||||
}
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Home Lovers Say"
|
||||
description="Hear from customers who have elevated their homes with The Refined Room"
|
||||
title="What Our Customers Say"
|
||||
description="Hear from women who have discovered The Refined Room"
|
||||
tag="Customer Reviews"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
@@ -189,6 +190,21 @@ export default function HomeEssentialsPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Newsletter */}
|
||||
<div id="newsletter" data-section="newsletter">
|
||||
<TextAbout
|
||||
tag="Stay Connected"
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
title="Join The Refined Room Community"
|
||||
buttons={[
|
||||
{ text: "Subscribe to Our Newsletter" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
@@ -199,33 +215,33 @@ export default function HomeEssentialsPage() {
|
||||
{ label: "Shop Handbags", href: "/shop/handbags" },
|
||||
{ label: "Shop Home Essentials", href: "/shop/home-essentials" },
|
||||
{ label: "New Arrivals", href: "/shop?filter=new" },
|
||||
{ label: "Best Sellers", href: "/shop?filter=bestsellers" },
|
||||
],
|
||||
{ label: "Best Sellers", href: "/shop?filter=bestsellers" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Story", href: "/about#story" },
|
||||
{ label: "Sustainability", href: "/about#sustainability" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
],
|
||||
{ label: "Blog", href: "/blog" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Customer Service", href: "/contact#support" },
|
||||
{ label: "Shipping & Returns", href: "#" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
],
|
||||
{ label: "FAQ", href: "/faq" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "Pinterest", href: "https://pinterest.com" },
|
||||
{ label: "TikTok", href: "https://tiktok.com" },
|
||||
],
|
||||
},
|
||||
{ label: "TikTok", href: "https://tiktok.com" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user