Merge version_2 into main #2
@@ -12,7 +12,7 @@ import { Building2, Award } from "lucide-react";
|
||||
export default function ContactPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "How It Works", id: "/how-it-works" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
@@ -32,19 +32,19 @@ export default function ContactPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="FurniturePro"
|
||||
brandName="HomeSellerHub"
|
||||
navItems={navItems}
|
||||
button={{ text: "Shop Now", href: "/products" }}
|
||||
button={{ text: "Start Selling", href: "/products" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to transform your space with premium, sustainable furniture? Get in touch with our team today to discuss your project."
|
||||
text="Ready to launch your online store? Get in touch with our team today to start selling your products to customers worldwide."
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Email Us", href: "mailto:hello@furniturepro.com" },
|
||||
{ text: "View Catalog", href: "/products" },
|
||||
{ text: "Email Us", href: "mailto:hello@homesellerhub.com" },
|
||||
{ text: "Start Selling", href: "/products" },
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -53,16 +53,16 @@ export default function ContactPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
tag="Contact Information"
|
||||
tag="Our Support"
|
||||
tagIcon={Award}
|
||||
title="Let's Connect"
|
||||
description="Our team is here to help you find the perfect furniture for your space. Whether you're an interior designer, retailer, or homeowner looking for premium pieces, we'd love to hear from you. Reach out with any questions about our products, sustainability practices, or custom design inquiries."
|
||||
title="We're Here to Help"
|
||||
description="Your success is our success. Our dedicated support team is available 24/7 to help you launch, grow, and scale your home business. Whether you have questions about getting started, need technical support, or want to discuss growth strategies, we're here for you. Connect with our team and let's build your dream business together."
|
||||
metrics={[
|
||||
{ value: "24/7", title: "Support Available" },
|
||||
{ value: "Global", title: "Shipping Worldwide" },
|
||||
{ value: "Global", title: "Seller Network" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-working-office-couch-putting-long-hours-work-businessperson-professional-environment_482257-33252.jpg?_wi=2"
|
||||
imageAlt="Professional team support"
|
||||
imageAlt="Support team helping"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -70,12 +70,12 @@ export default function ContactPage() {
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Trusted by Leading Brands"
|
||||
description="FurniturePro supplies premium pieces to trusted retailers and interior designers worldwide"
|
||||
tag="Industry Partners"
|
||||
title="Join Thousands of Successful Sellers"
|
||||
description="HomeSellerHub powers businesses in every category and industry"
|
||||
tag="Our Community"
|
||||
tagIcon={Building2}
|
||||
tagAnimation="slide-up"
|
||||
names={["IKEA", "Herman Miller", "Restoration Hardware", "Wayfair", "Ethan Allen", "West Elm", "Pottery Barn"]}
|
||||
names={["Handmade Crafts", "Vintage Resellers", "Digital Products", "Fresh Foods", "Dropshipping", "Affiliate Sales"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -87,36 +87,33 @@ export default function ContactPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{ label: "Sofas", href: "/products" },
|
||||
{ label: "Chairs", href: "/products" },
|
||||
{ label: "Tables", href: "/products" },
|
||||
{ label: "Beds", href: "/products" },
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/products" },
|
||||
{ label: "Pricing", href: "/products" },
|
||||
{ label: "Plans", href: "/products" },
|
||||
{ label: "Security", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Sustainability", href: "#" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/how-it-works" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Press", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "/contact" },
|
||||
{ label: "Community", href: "#" },
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 FurniturePro. All rights reserved. Crafted with sustainability in mind."
|
||||
copyrightText="© 2025 HomeSellerHub. Empowering home entrepreneurs worldwide."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
131
src/app/how-it-works/page.tsx
Normal file
131
src/app/how-it-works/page.tsx
Normal file
@@ -0,0 +1,131 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import { Sparkles, ArrowRight } from "lucide-react";
|
||||
|
||||
export default function HowItWorksPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "How It Works", id: "/how-it-works" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="HomeSellerHub"
|
||||
navItems={navItems}
|
||||
button={{ text: "Start Selling", href: "/products" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
title="How HomeSellerHub Works"
|
||||
description="Get your online store up and running in four simple steps. From setup to your first sale—it's easier than you think."
|
||||
tag="Simple Process"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-working-office-couch-putting-long-hours-work-businessperson-professional-environment_482257-33252.jpg?_wi=1"
|
||||
imageAlt="Getting started with HomeSellerHub"
|
||||
buttons={[
|
||||
{ text: "Create Your Store", href: "/products" },
|
||||
{ text: "View Plans", href: "/products" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
className="w-full"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentySix
|
||||
title="Your Path to Success"
|
||||
description="Four simple steps to launch and grow your online business"
|
||||
tag="Getting Started"
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Step 1: Sign Up", description: "Create your HomeSellerHub account in seconds. No credit card required to explore.", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-143194.jpg?_wi=1", imageAlt: "Sign up", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Step 2: Build Your Store", description: "Use our drag-and-drop builder to create a professional storefront. Choose from beautiful templates.", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-house-modern-wooden-table-chair_657883-324.jpg?_wi=1", imageAlt: "Build store", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Step 3: Add Your Products", description: "Upload photos, descriptions, and prices. Set up inventory tracking and automatic notifications.", imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-stylish-disposable-convenient-beautiful-recyclable-tableware_169016-1959.jpg?_wi=1", imageAlt: "Add products", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Step 4: Launch & Sell", description: "Go live and start selling! Process orders, manage inventory, and watch your income grow.", imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-carving-wood-using-chisel-hammer-wearing-safety-glasses_482257-93673.jpg?_wi=1", imageAlt: "Launch and sell", buttonIcon: ArrowRight,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to start your home business? Our support team is here to help you succeed. Get started today!"
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Start Your Store Now", href: "/products" },
|
||||
{ text: "Contact Support", href: "/contact" },
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/products" },
|
||||
{ label: "Pricing", href: "/products" },
|
||||
{ label: "Plans", href: "/products" },
|
||||
{ label: "Security", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/how-it-works" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Press", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "/contact" },
|
||||
{ label: "Community", href: "#" },
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 HomeSellerHub. Empowering home entrepreneurs worldwide."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -7,47 +7,32 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter-tight", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Premium Sustainable Furniture - FurniturePro",
|
||||
description: "Discover eco-friendly, premium furniture designed for modern living. Sustainable craftsmanship meets contemporary style at FurniturePro.",
|
||||
keywords: "furniture, sustainable, eco-friendly, premium, modern design, home decor",
|
||||
robots: {
|
||||
title: "Sell Your Products Online - Home Business Platform", description: "Start selling online today. A platform designed for home-based businesses to reach customers worldwide. Easy to use, powerful tools, and complete support.", keywords: "sell online, home business, e-commerce, small business, online store", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Premium Sustainable Furniture - FurniturePro",
|
||||
description: "Discover eco-friendly, premium furniture designed for modern living. Sustainable craftsmanship meets contemporary style.",
|
||||
type: "website",
|
||||
siteName: "FurniturePro",
|
||||
images: [
|
||||
title: "Sell Your Products Online - Home Business Platform", description: "Start selling online today. A platform for home-based businesses to reach customers worldwide.", type: "website", siteName: "HomeSellerHub", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg",
|
||||
alt: "FurniturePro Premium Furniture Collection",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg", alt: "Home Business Platform"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Premium Sustainable Furniture - FurniturePro",
|
||||
description: "Discover eco-friendly, premium furniture for modern living.",
|
||||
images: ["http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg"],
|
||||
card: "summary_large_image", title: "Sell Your Products Online - Home Business Platform", description: "Start selling online today from home.", images: ["http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
@@ -1435,4 +1420,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
185
src/app/page.tsx
185
src/app/page.tsx
@@ -16,7 +16,7 @@ import { Sparkles, Award, CheckCircle, ArrowRight, Zap, Star, Building2 } from "
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "How It Works", id: "/how-it-works" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
@@ -36,25 +36,25 @@ export default function HomePage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="FurniturePro"
|
||||
brandName="HomeSellerHub"
|
||||
navItems={navItems}
|
||||
button={{ text: "Shop Now", href: "/products" }}
|
||||
button={{ text: "Start Selling", href: "/products" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
title="Elevate Your Living Space"
|
||||
description="Discover premium furniture crafted with sustainability and elegance. Transform your home with our curated collection of modern and timeless pieces."
|
||||
tag="Premium Quality"
|
||||
title="Start Selling Your Products Online Today"
|
||||
description="Build your online store in minutes. HomeSellerHub gives home-based entrepreneurs the tools they need to reach customers worldwide. No technical skills required—just passion and products."
|
||||
tag="For Home Workers"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg"
|
||||
imageAlt="Modern furniture in elegant living room"
|
||||
imageAlt="Online home business storefront"
|
||||
buttons={[
|
||||
{ text: "Explore Collection", href: "/products" },
|
||||
{ text: "Learn More", href: "/about" },
|
||||
{ text: "Create Your Store", href: "/products" },
|
||||
{ text: "Learn More", href: "/how-it-works" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
className="w-full"
|
||||
@@ -63,16 +63,16 @@ export default function HomePage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
tag="Our Story"
|
||||
tag="Why HomeSellerHub"
|
||||
tagIcon={Award}
|
||||
title="Craftsmanship Meets Sustainability"
|
||||
description="At FurniturePro, we believe that quality furniture should be beautiful, durable, and environmentally responsible. Since 2015, we've been designing and manufacturing premium pieces that enhance living spaces while respecting our planet. Every item in our collection is carefully crafted using sustainable materials and ethical practices."
|
||||
title="Empowering Home Entrepreneurs"
|
||||
description="We believe anyone with great products deserves a platform to sell them. HomeSellerHub makes it simple to launch your online business from home. Whether you're crafting handmade items, reselling vintage goods, or offering digital products, our platform provides everything you need to succeed. Low fees, powerful tools, and 24/7 support."
|
||||
metrics={[
|
||||
{ value: "2000+", title: "Happy Customers Worldwide" },
|
||||
{ value: "100%", title: "Sustainable Materials Used" },
|
||||
{ value: "50K+", title: "Active Sellers" },
|
||||
{ value: "500K+", title: "Products Sold" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/manufacturer-carving-wood-using-chisel-hammer-wearing-safety-glasses_482257-93673.jpg?_wi=1"
|
||||
imageAlt="Artisan furniture craftsmanship"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-working-office-couch-putting-long-hours-work-businessperson-professional-environment_482257-33252.jpg?_wi=1"
|
||||
imageAlt="Home business seller working"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -80,32 +80,20 @@ export default function HomePage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentySix
|
||||
title="Why Choose FurniturePro"
|
||||
description="Experience the perfect blend of design innovation and sustainable practices"
|
||||
title="Everything You Need to Sell Online"
|
||||
description="Powerful features designed specifically for home-based sellers"
|
||||
tag="Features"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Sustainable Materials",
|
||||
description: "All pieces crafted from eco-friendly, responsibly sourced materials",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-stylish-disposable-convenient-beautiful-recyclable-tableware_169016-1959.jpg?_wi=1",
|
||||
imageAlt: "Sustainable furniture production",
|
||||
buttonIcon: ArrowRight,
|
||||
title: "Easy Store Setup", description: "Create a professional online store in minutes with our intuitive builder", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-143194.jpg?_wi=1", imageAlt: "Online store setup", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Modern Design",
|
||||
description: "Contemporary designs that complement any interior style",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-143194.jpg?_wi=1",
|
||||
imageAlt: "Modern furniture design",
|
||||
buttonIcon: ArrowRight,
|
||||
title: "Payment Processing", description: "Accept credit cards, PayPal, and more with secure, low-fee payments", imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-stylish-disposable-convenient-beautiful-recyclable-tableware_169016-1959.jpg?_wi=1", imageAlt: "Payment processing", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Premium Comfort",
|
||||
description: "Ergonomically engineered for ultimate comfort and support",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-office-couch-putting-long-hours-work-businessperson-professional-environment_482257-33252.jpg?_wi=1",
|
||||
imageAlt: "Comfortable seating furniture",
|
||||
buttonIcon: ArrowRight,
|
||||
title: "Inventory Management", description: "Track stock levels, manage orders, and automate fulfillment seamlessly", imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-carving-wood-using-chisel-hammer-wearing-safety-glasses_482257-93673.jpg?_wi=1", imageAlt: "Inventory management", buttonIcon: ArrowRight,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -116,109 +104,53 @@ export default function HomePage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
title="Featured Products"
|
||||
description="Browse our most popular furniture pieces, handpicked for quality and style"
|
||||
tag="Best Sellers"
|
||||
title="Get Started Selling"
|
||||
description="Choose the perfect plan for your home business"
|
||||
tag="Pricing Plans"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elegant Modern Sofa",
|
||||
price: "$1,299.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fabric-couch-with-two-cushions_1203-1016.jpg?_wi=1",
|
||||
imageAlt: "Modern gray sofa",
|
||||
initialQuantity: 1,
|
||||
id: "1", name: "Starter Plan", price: "$19.99/mo", imageSrc: "http://img.b2bpic.net/free-photo/fabric-couch-with-two-cushions_1203-1016.jpg?_wi=1", imageAlt: "Starter plan", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Contemporary Dining Chair",
|
||||
price: "$299.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-house-modern-wooden-table-chair_657883-324.jpg?_wi=1",
|
||||
imageAlt: "Wooden dining chair",
|
||||
initialQuantity: 1,
|
||||
id: "2", name: "Professional Plan", price: "$49.99/mo", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-house-modern-wooden-table-chair_657883-324.jpg?_wi=1", imageAlt: "Professional plan", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Minimalist Coffee Table",
|
||||
price: "$499.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-with-flower-vase-table-decoration-with-pillow-sofa_74190-907.jpg?_wi=1",
|
||||
imageAlt: "Wooden coffee table",
|
||||
initialQuantity: 1,
|
||||
id: "3", name: "Business Plan", price: "$99.99/mo", imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-with-flower-vase-table-decoration-with-pillow-sofa_74190-907.jpg?_wi=1", imageAlt: "Business plan", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Premium Platform Bed",
|
||||
price: "$1,599.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bed-with-gray-upholstery-without-mattress-with-opened-storage-empty-room_181624-29534.jpg?_wi=1",
|
||||
imageAlt: "Modern platform bed",
|
||||
initialQuantity: 1,
|
||||
id: "4", name: "Enterprise Plan", price: "$249.99/mo", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-gray-upholstery-without-mattress-with-opened-storage-empty-room_181624-29534.jpg?_wi=1", imageAlt: "Enterprise plan", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Shop All Products", href: "/products" }]}
|
||||
buttons={[{ text: "Choose Your Plan", href: "/products" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
title="Trusted by Thousands"
|
||||
description="See what our customers are saying about their FurniturePro experience"
|
||||
tag="Customer Reviews"
|
||||
title="Success Stories from Home Sellers"
|
||||
description="Real entrepreneurs sharing their experience with HomeSellerHub"
|
||||
tag="Seller Reviews"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj_home",
|
||||
testimonial: "The quality of these furniture pieces is exceptional. My living room looks absolutely stunning, and the delivery was seamless. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Maria Santos", handle: "@mariacrafts", testimonial: "I started my handmade jewelry business from my apartment. HomeSellerHub made it so easy. I'm now making $5K/month! Best decision ever.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Maria Santos"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen_design",
|
||||
testimonial: "As an interior designer, I'm impressed with FurniturePro's commitment to sustainability without compromising on style. My clients love it!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "James Chen", handle: "@jchen_vintage", testimonial: "The tools are intuitive, the support team is amazing, and I love the competitive pricing. I've grown my vintage reselling business beyond my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emily_lifestyle",
|
||||
testimonial: "Best furniture investment I've made. The craftsmanship is evident, and knowing it's eco-friendly makes me feel good about my purchase.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Ashley Brooks", handle: "@ashleydigital", testimonial: "Selling digital products has never been easier. My online courses and templates have reached thousands of people worldwide. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Ashley Brooks"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@davidk_interiors",
|
||||
testimonial: "FurniturePro delivered exactly what was promised. Premium quality, beautiful design, and excellent customer service throughout.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Rodriguez", handle: "@davidhome", testimonial: "From a bedroom side hustle to a full-time income. The platform scales with my business. Cannot ask for more.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Rodriguez"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Martinez",
|
||||
handle: "@jmartinez_home",
|
||||
testimonial: "I'm a sustainable living advocate, and this brand aligns perfectly with my values. The furniture is stunning and responsibly made.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1",
|
||||
imageAlt: "Jessica Martinez",
|
||||
},
|
||||
id: "5", name: "Lisa Wong", handle: "@lisafresh", testimonial: "I sell fresh baked goods from my home kitchen. The platform handles orders, payments, and shipping tracking. I focus on baking!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "Lisa Wong"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Thompson",
|
||||
handle: "@rthompson_design",
|
||||
testimonial: "Working with FurniturePro for our showroom was fantastic. Their team is professional and their products speak for themselves.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
|
||||
imageAlt: "Robert Thompson",
|
||||
},
|
||||
id: "6", name: "Michael Foster", handle: "@mikegear", testimonial: "Tried other platforms. HomeSellerHub is the best for small home businesses. Great community, great support, great results.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Michael Foster"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -229,12 +161,12 @@ export default function HomePage() {
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Trusted by Leading Brands"
|
||||
description="FurniturePro supplies premium pieces to trusted retailers and interior designers worldwide"
|
||||
tag="Industry Partners"
|
||||
title="Featured In"
|
||||
description="HomeSellerHub is trusted by entrepreneurs and featured in leading business publications"
|
||||
tag="Industry Recognition"
|
||||
tagIcon={Building2}
|
||||
tagAnimation="slide-up"
|
||||
names={["IKEA", "Herman Miller", "Restoration Hardware", "Wayfair", "Ethan Allen", "West Elm", "Pottery Barn"]}
|
||||
names={["TechCrunch", "Entrepreneur Magazine", "Forbes", "Business Insider", "Small Business Trends", "Indie Hackers"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -246,36 +178,33 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{ label: "Sofas", href: "/products" },
|
||||
{ label: "Chairs", href: "/products" },
|
||||
{ label: "Tables", href: "/products" },
|
||||
{ label: "Beds", href: "/products" },
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/products" },
|
||||
{ label: "Pricing", href: "/products" },
|
||||
{ label: "Plans", href: "/products" },
|
||||
{ label: "Security", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Sustainability", href: "#" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/how-it-works" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Press", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "/contact" },
|
||||
{ label: "Community", href: "#" },
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 FurniturePro. All rights reserved. Crafted with sustainability in mind."
|
||||
copyrightText="© 2025 HomeSellerHub. Empowering home entrepreneurs worldwide."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ import { ArrowRight, CheckCircle } from "lucide-react";
|
||||
export default function ProductsPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "How It Works", id: "/how-it-works" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
@@ -32,50 +32,30 @@ export default function ProductsPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="FurniturePro"
|
||||
brandName="HomeSellerHub"
|
||||
navItems={navItems}
|
||||
button={{ text: "Shop Now", href: "/products" }}
|
||||
button={{ text: "Start Selling", href: "/products" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
title="Our Complete Collection"
|
||||
description="Explore our full range of premium furniture pieces designed for modern living"
|
||||
tag="All Products"
|
||||
title="Pricing Plans That Fit Your Business"
|
||||
description="Choose the perfect plan to start selling and scale your home business"
|
||||
tag="All Plans"
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elegant Modern Sofa",
|
||||
price: "$1,299.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fabric-couch-with-two-cushions_1203-1016.jpg?_wi=2",
|
||||
imageAlt: "Modern gray sofa",
|
||||
initialQuantity: 1,
|
||||
id: "1", name: "Starter Plan", price: "$19.99/mo", imageSrc: "http://img.b2bpic.net/free-photo/fabric-couch-with-two-cushions_1203-1016.jpg?_wi=2", imageAlt: "Starter plan", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Contemporary Dining Chair",
|
||||
price: "$299.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-house-modern-wooden-table-chair_657883-324.jpg?_wi=2",
|
||||
imageAlt: "Wooden dining chair",
|
||||
initialQuantity: 1,
|
||||
id: "2", name: "Professional Plan", price: "$49.99/mo", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-house-modern-wooden-table-chair_657883-324.jpg?_wi=2", imageAlt: "Professional plan", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Minimalist Coffee Table",
|
||||
price: "$499.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-with-flower-vase-table-decoration-with-pillow-sofa_74190-907.jpg?_wi=2",
|
||||
imageAlt: "Wooden coffee table",
|
||||
initialQuantity: 1,
|
||||
id: "3", name: "Business Plan", price: "$99.99/mo", imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-with-flower-vase-table-decoration-with-pillow-sofa_74190-907.jpg?_wi=2", imageAlt: "Business plan", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Premium Platform Bed",
|
||||
price: "$1,599.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bed-with-gray-upholstery-without-mattress-with-opened-storage-empty-room_181624-29534.jpg?_wi=2",
|
||||
imageAlt: "Modern platform bed",
|
||||
initialQuantity: 1,
|
||||
id: "4", name: "Enterprise Plan", price: "$249.99/mo", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-gray-upholstery-without-mattress-with-opened-storage-empty-room_181624-29534.jpg?_wi=2", imageAlt: "Enterprise plan", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -87,32 +67,20 @@ export default function ProductsPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentySix
|
||||
title="Quality Assurance Standards"
|
||||
description="Every piece undergoes rigorous testing to ensure durability and excellence"
|
||||
tag="Quality"
|
||||
title="Plan Comparison"
|
||||
description="What's included in each plan to help you grow your home business"
|
||||
tag="Features"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Materials Testing",
|
||||
description: "Comprehensive durability and quality testing on all materials",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-carving-wood-using-chisel-hammer-wearing-safety-glasses_482257-93673.jpg?_wi=2",
|
||||
imageAlt: "Materials quality testing",
|
||||
buttonIcon: ArrowRight,
|
||||
title: "Unlimited Products", description: "Sell as many items as you want—no limits on product listings or inventory", imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-carving-wood-using-chisel-hammer-wearing-safety-glasses_482257-93673.jpg?_wi=2", imageAlt: "Unlimited products", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Craftsmanship Review",
|
||||
description: "Expert artisans inspect every detail for perfection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-143194.jpg?_wi=2",
|
||||
imageAlt: "Craftsmanship review process",
|
||||
buttonIcon: ArrowRight,
|
||||
title: "Payment Processing", description: "Accept payments via credit cards, PayPal, and more with competitive fees", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-143194.jpg?_wi=2", imageAlt: "Payment processing", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Environmental Impact",
|
||||
description: "Certified sustainable and eco-friendly production methods",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-stylish-disposable-convenient-beautiful-recyclable-tableware_169016-1959.jpg?_wi=2",
|
||||
imageAlt: "Environmental certification",
|
||||
buttonIcon: ArrowRight,
|
||||
title: "Marketing Tools", description: "Built-in SEO, email marketing, and social media integration to grow your sales", imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-stylish-disposable-convenient-beautiful-recyclable-tableware_169016-1959.jpg?_wi=2", imageAlt: "Marketing tools", buttonIcon: ArrowRight,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -122,11 +90,11 @@ export default function ProductsPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Need help selecting the perfect furniture for your space? Our design experts are ready to assist."
|
||||
text="Still deciding which plan is right for you? Our team can help you choose the perfect fit for your business goals."
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Schedule Consultation", href: "/contact" },
|
||||
{ text: "View Catalog", href: "/products" },
|
||||
{ text: "View How It Works", href: "/how-it-works" },
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -137,36 +105,33 @@ export default function ProductsPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{ label: "Sofas", href: "/products" },
|
||||
{ label: "Chairs", href: "/products" },
|
||||
{ label: "Tables", href: "/products" },
|
||||
{ label: "Beds", href: "/products" },
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/products" },
|
||||
{ label: "Pricing", href: "/products" },
|
||||
{ label: "Plans", href: "/products" },
|
||||
{ label: "Security", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Sustainability", href: "#" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/how-it-works" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Press", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "/contact" },
|
||||
{ label: "Community", href: "#" },
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 FurniturePro. All rights reserved. Crafted with sustainability in mind."
|
||||
copyrightText="© 2025 HomeSellerHub. Empowering home entrepreneurs worldwide."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user