Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-03 10:55:09 +00:00
5 changed files with 75 additions and 281 deletions

View File

@@ -73,31 +73,13 @@ export default function AboutPage() {
tagAnimation="opacity"
testimonials={[
{
id: "1",
title: "Transformed Our Living Room",
quote: "The quality is exceptional. Every detail speaks to the craftsmanship and attention we received. Our home feels like a luxury resort now.",
name: "Sarah Mitchell",
role: "Interior Designer",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
imageAlt: "Sarah Mitchell"
id: "1", title: "Transformed Our Living Room", quote: "The quality is exceptional. Every detail speaks to the craftsmanship and attention we received. Our home feels like a luxury resort now.", name: "Sarah Mitchell", role: "Interior Designer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"
},
{
id: "2",
title: "Worth Every Investment",
quote: "Studio Luxe pieces are timeless investments. The minimalist aesthetic pairs perfectly with our modern home. Customer service was impeccable.",
name: "James Chen",
role: "Architect",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg?_wi=2",
imageAlt: "James Chen"
id: "2", title: "Worth Every Investment", quote: "Studio Luxe pieces are timeless investments. The minimalist aesthetic pairs perfectly with our modern home. Customer service was impeccable.", name: "James Chen", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", imageAlt: "James Chen"
},
{
id: "3",
title: "Elegant Simplicity",
quote: "These aren't just furniture pieces—they're statements. The glass coffee table has become a conversation starter at every gathering.",
name: "Emma Rodriguez",
role: "CEO, Design Collective",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
imageAlt: "Emma Rodriguez"
id: "3", title: "Elegant Simplicity", quote: "These aren't just furniture pieces—they're statements. The glass coffee table has become a conversation starter at every gathering.", name: "Emma Rodriguez", role: "CEO, Design Collective", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez"
}
]}
textboxLayout="default"
@@ -109,8 +91,7 @@ export default function AboutPage() {
<FooterBaseReveal
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "All Furniture", href: "shop" },
{ label: "Seating", href: "shop" },
{ label: "Tables", href: "shop" },
@@ -119,8 +100,7 @@ export default function AboutPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "about" },
{ label: "Design Philosophy", href: "about" },
{ label: "Sustainability", href: "#" },
@@ -129,8 +109,7 @@ export default function AboutPage() {
]
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "contact" },
{ label: "Shipping Info", href: "#" },
{ label: "Returns", href: "#" },

View File

@@ -40,19 +40,13 @@ export default function ContactPage() {
<ContactFaq
faqs={[
{
id: "1",
title: "What's your response time?",
content: "Our design team responds to inquiries within 24 business hours. For urgent matters, please call our hotline at 1-800-LUXE-FRN for immediate assistance."
id: "1", title: "What's your response time?", content: "Our design team responds to inquiries within 24 business hours. For urgent matters, please call our hotline at 1-800-LUXE-FRN for immediate assistance."
},
{
id: "2",
title: "Do you offer design consultations?",
content: "Yes! We provide complimentary initial design consultations. Our experts will help you select pieces that match your vision, space, and budget. Schedule via our contact form."
id: "2", title: "Do you offer design consultations?", content: "Yes! We provide complimentary initial design consultations. Our experts will help you select pieces that match your vision, space, and budget. Schedule via our contact form."
},
{
id: "3",
title: "Can you help with custom orders?",
content: "Absolutely. Our custom fabrication team can modify dimensions, finishes, and materials. Custom pieces typically take 8-10 weeks. Contact our team for a detailed quote."
id: "3", title: "Can you help with custom orders?", content: "Absolutely. Our custom fabrication team can modify dimensions, finishes, and materials. Custom pieces typically take 8-10 weeks. Contact our team for a detailed quote."
}
]}
ctaTitle="Get in Touch"
@@ -72,22 +66,16 @@ export default function ContactPage() {
tagIcon={HelpCircle}
faqs={[
{
id: "1",
title: "What payment methods do you accept?",
content: "We accept all major credit cards, PayPal, Apple Pay, and Google Pay. We also offer 0% APR financing through Klarna and Affirm for purchases over $500."
id: "1", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, Apple Pay, and Google Pay. We also offer 0% APR financing through Klarna and Affirm for purchases over $500."
},
{
id: "2",
title: "Is there a showroom I can visit?",
content: "Yes! Our flagship showroom is located in New York City. By appointment, you can experience our furniture collection firsthand. Schedule a visit through our website or call us directly."
id: "2", title: "Is there a showroom I can visit?", content: "Yes! Our flagship showroom is located in New York City. By appointment, you can experience our furniture collection firsthand. Schedule a visit through our website or call us directly."
},
{
id: "3",
title: "What is your warranty coverage?",
content: "All Studio Luxe pieces come with a 5-year structural warranty covering defects in materials and craftsmanship. Extended warranties available up to 10 years."
id: "3", title: "What is your warranty coverage?", content: "All Studio Luxe pieces come with a 5-year structural warranty covering defects in materials and craftsmanship. Extended warranties available up to 10 years."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/blonde-charming-woman-silk-black-jumpsuit-stylish-eyeglasses-sits-brown-big-soft-sofa-ho_197531-33650.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/blonde-charming-woman-silk-black-jumpsuit-stylish-eyeglasses-sits-brown-big-soft-sofa-ho_197531-33650.jpg"
imageAlt="Customer enjoying Studio Luxe furniture"
mediaAnimation="opacity"
mediaPosition="right"
@@ -101,8 +89,7 @@ export default function ContactPage() {
<FooterBaseReveal
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "All Furniture", href: "shop" },
{ label: "Seating", href: "shop" },
{ label: "Tables", href: "shop" },
@@ -111,8 +98,7 @@ export default function ContactPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "about" },
{ label: "Design Philosophy", href: "about" },
{ label: "Sustainability", href: "#" },
@@ -121,8 +107,7 @@ export default function ContactPage() {
]
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "contact" },
{ label: "Shipping Info", href: "#" },
{ label: "Returns", href: "#" },

View File

@@ -5,20 +5,12 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const figtree = Figtree({
variable: "--font-figtree",
subsets: ["latin"],
variable: "--font-figtree", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Studio Luxe - Premium Furniture Design",
description: "Discover luxury minimalist furniture crafted with exceptional quality. Premium sofas, tables, and designer pieces for the discerning home.",
keywords: "luxury furniture, minimalist design, premium sofas, designer chairs, modern furniture",
openGraph: {
title: "Studio Luxe - Premium Furniture",
description: "Luxury minimalist furniture for the discerning eye. Exceptional craftsmanship and timeless design.",
type: "website",
siteName: "Studio Luxe",
},
title: "Studio Luxe - Premium Furniture Design", description: "Discover luxury minimalist furniture crafted with exceptional quality. Premium sofas, tables, and designer pieces for the discerning home.", keywords: "luxury furniture, minimalist design, premium sofas, designer chairs, modern furniture", openGraph: {
title: "Studio Luxe - Premium Furniture", description: "Luxury minimalist furniture for the discerning eye. Exceptional craftsmanship and timeless design.", type: "website", siteName: "Studio Luxe"},
robots: {
index: true,
follow: true,

View File

@@ -49,7 +49,7 @@ export default function HomePage() {
tag="Luxury Collection"
tagIcon={Sparkles}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/modern-interior-design-living-room-with-soft-sofa-background-wooden-wall-minim_1258-134116.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/modern-interior-design-living-room-with-soft-sofa-background-wooden-wall-minim_1258-134116.jpg"
imageAlt="Luxury modern sofa in minimalist interior"
mediaAnimation="slide-up"
buttons={[
@@ -66,27 +66,15 @@ export default function HomePage() {
description="Browse our curated collections of premium furniture pieces designed for every room."
features={[
{
title: "Seating",
description: "Sofas, chairs, and lounges crafted for comfort and style",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-lounge-area-hotel-reception_482257-78350.jpg?_wi=1",
imageAlt: "Modern luxury seating collection",
buttonIcon: ArrowRight,
title: "Seating", description: "Sofas, chairs, and lounges crafted for comfort and style", imageSrc: "http://img.b2bpic.net/free-photo/luxury-lounge-area-hotel-reception_482257-78350.jpg", imageAlt: "Modern luxury seating collection", buttonIcon: ArrowRight,
buttonHref: "shop"
},
{
title: "Tables",
description: "Dining, coffee, and accent tables in stone and wood",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-authentic-interior-design_53876-129853.jpg?_wi=1",
imageAlt: "Designer tables collection",
buttonIcon: ArrowRight,
title: "Tables", description: "Dining, coffee, and accent tables in stone and wood", imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-authentic-interior-design_53876-129853.jpg", imageAlt: "Designer tables collection", buttonIcon: ArrowRight,
buttonHref: "shop"
},
{
title: "Storage",
description: "Elegant cabinets, shelving, and storage solutions",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg?_wi=1",
imageAlt: "Modern storage furniture",
buttonIcon: ArrowRight,
title: "Storage", description: "Elegant cabinets, shelving, and storage solutions", imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg", imageAlt: "Modern storage furniture", buttonIcon: ArrowRight,
buttonHref: "shop"
}
]}
@@ -105,64 +93,28 @@ export default function HomePage() {
tagAnimation="opacity"
products={[
{
id: "1",
brand: "Studio Luxe",
name: "Modern White Sectional",
price: "$2,850",
rating: 5,
reviewCount: "342",
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-brunette-laced-dress-with-make-up_132075-12543.jpg?_wi=1",
imageAlt: "Modern white sectional sofa"
id: "1", brand: "Studio Luxe", name: "Modern White Sectional", price: "$2,850", rating: 5,
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-brunette-laced-dress-with-make-up_132075-12543.jpg", imageAlt: "Modern white sectional sofa"
},
{
id: "2",
brand: "Studio Luxe",
name: "Marble Dining Table",
price: "$1,650",
rating: 5,
reviewCount: "218",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-authentic-interior-design_53876-129853.jpg?_wi=2",
imageAlt: "Marble dining table with brass legs"
id: "2", brand: "Studio Luxe", name: "Marble Dining Table", price: "$1,650", rating: 5,
reviewCount: "218", imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-authentic-interior-design_53876-129853.jpg", imageAlt: "Marble dining table with brass legs"
},
{
id: "3",
brand: "Studio Luxe",
name: "Sculpted Lounge Chair",
price: "$945",
rating: 5,
reviewCount: "156",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108763.jpg?_wi=1",
imageAlt: "Designer lounge chair in cream"
id: "3", brand: "Studio Luxe", name: "Sculpted Lounge Chair", price: "$945", rating: 5,
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108763.jpg", imageAlt: "Designer lounge chair in cream"
},
{
id: "4",
brand: "Studio Luxe",
name: "Walnut Bookshelf",
price: "$1,420",
rating: 5,
reviewCount: "98",
imageSrc: "http://img.b2bpic.net/free-photo/home-interior-design-arrangement_23-2148986615.jpg?_wi=1",
imageAlt: "Modern walnut shelving unit"
id: "4", brand: "Studio Luxe", name: "Walnut Bookshelf", price: "$1,420", rating: 5,
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/home-interior-design-arrangement_23-2148986615.jpg", imageAlt: "Modern walnut shelving unit"
},
{
id: "5",
brand: "Studio Luxe",
name: "Glass Coffee Table",
price: "$725",
rating: 5,
reviewCount: "267",
imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-desktop-near-laptop-morning_169016-25099.jpg?_wi=1",
imageAlt: "Minimalist glass coffee table"
id: "5", brand: "Studio Luxe", name: "Glass Coffee Table", price: "$725", rating: 5,
reviewCount: "267", imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-desktop-near-laptop-morning_169016-25099.jpg", imageAlt: "Minimalist glass coffee table"
},
{
id: "6",
brand: "Studio Luxe",
name: "Pendant Light Collection",
price: "$385",
rating: 5,
reviewCount: "421",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg?_wi=1",
imageAlt: "Designer pendant lighting"
id: "6", brand: "Studio Luxe", name: "Pendant Light Collection", price: "$385", rating: 5,
reviewCount: "421", imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg", imageAlt: "Designer pendant lighting"
}
]}
gridVariant="bento-grid"
@@ -195,58 +147,22 @@ export default function HomePage() {
tagAnimation="opacity"
testimonials={[
{
id: "1",
title: "Transformed Our Living Room",
quote: "The quality is exceptional. Every detail speaks to the craftsmanship and attention we received. Our home feels like a luxury resort now.",
name: "Sarah Mitchell",
role: "Interior Designer",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Sarah Mitchell"
id: "1", title: "Transformed Our Living Room", quote: "The quality is exceptional. Every detail speaks to the craftsmanship and attention we received. Our home feels like a luxury resort now.", name: "Sarah Mitchell", role: "Interior Designer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"
},
{
id: "2",
title: "Worth Every Investment",
quote: "Studio Luxe pieces are timeless investments. The minimalist aesthetic pairs perfectly with our modern home. Customer service was impeccable.",
name: "James Chen",
role: "Architect",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg?_wi=1",
imageAlt: "James Chen"
id: "2", title: "Worth Every Investment", quote: "Studio Luxe pieces are timeless investments. The minimalist aesthetic pairs perfectly with our modern home. Customer service was impeccable.", name: "James Chen", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", imageAlt: "James Chen"
},
{
id: "3",
title: "Elegant Simplicity",
quote: "These aren't just furniture pieces—they're statements. The glass coffee table has become a conversation starter at every gathering.",
name: "Emma Rodriguez",
role: "CEO, Design Collective",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "Emma Rodriguez"
id: "3", title: "Elegant Simplicity", quote: "These aren't just furniture pieces—they're statements. The glass coffee table has become a conversation starter at every gathering.", name: "Emma Rodriguez", role: "CEO, Design Collective", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez"
},
{
id: "4",
title: "Premium Quality, Premium Experience",
quote: "From selection to delivery, everything was smooth. The sectional we chose is the focal point of our home. Highly recommended for discerning customers.",
name: "Michael Park",
role: "Real Estate Developer",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
imageAlt: "Michael Park"
id: "4", title: "Premium Quality, Premium Experience", quote: "From selection to delivery, everything was smooth. The sectional we chose is the focal point of our home. Highly recommended for discerning customers.", name: "Michael Park", role: "Real Estate Developer", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Michael Park"
},
{
id: "5",
title: "Timeless Beauty",
quote: "Five years later and our furniture still looks like new. Studio Luxe represents quality that transcends trends. Perfect investment for a forever home.",
name: "Victoria Bennett",
role: "Art Collector",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
imageAlt: "Victoria Bennett"
id: "5", title: "Timeless Beauty", quote: "Five years later and our furniture still looks like new. Studio Luxe represents quality that transcends trends. Perfect investment for a forever home.", name: "Victoria Bennett", role: "Art Collector", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Victoria Bennett"
},
{
id: "6",
title: "Exceeded All Expectations",
quote: "The minimalist approach is refreshing. No unnecessary details, just pure elegance. Every piece we purchased enhances our living experience.",
name: "David Thompson",
role: "Luxury Home Consultant",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
imageAlt: "David Thompson"
id: "6", title: "Exceeded All Expectations", quote: "The minimalist approach is refreshing. No unnecessary details, just pure elegance. Every piece we purchased enhances our living experience.", name: "David Thompson", role: "Luxury Home Consultant", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", imageAlt: "David Thompson"
}
]}
textboxLayout="default"
@@ -262,37 +178,25 @@ export default function HomePage() {
tagIcon={HelpCircle}
faqs={[
{
id: "1",
title: "What makes Studio Luxe furniture premium?",
content: "Each piece is crafted using sustainable materials, time-honored techniques, and modern design principles. We source from Italy, Scandinavia, and Japan—regions renowned for furniture excellence. Our pieces are built to last decades, not years."
id: "1", title: "What makes Studio Luxe furniture premium?", content: "Each piece is crafted using sustainable materials, time-honored techniques, and modern design principles. We source from Italy, Scandinavia, and Japan—regions renowned for furniture excellence. Our pieces are built to last decades, not years."
},
{
id: "2",
title: "How long is shipping?",
content: "Standard shipping to continental US takes 4-6 weeks. Express options available for 2-3 week delivery. Custom orders may take longer. All pieces are insured and delivered with white glove service."
id: "2", title: "How long is shipping?", content: "Standard shipping to continental US takes 4-6 weeks. Express options available for 2-3 week delivery. Custom orders may take longer. All pieces are insured and delivered with white glove service."
},
{
id: "3",
title: "What is your return policy?",
content: "We offer a 60-day satisfaction guarantee. If you're not completely happy, we'll arrange pickup and provide a full refund. All delivery costs are covered by us."
id: "3", title: "What is your return policy?", content: "We offer a 60-day satisfaction guarantee. If you're not completely happy, we'll arrange pickup and provide a full refund. All delivery costs are covered by us."
},
{
id: "4",
title: "Do you offer customization?",
content: "Yes! Many pieces can be customized in fabric, finish, and dimensions. Contact our design team to discuss your vision. Custom pieces typically take 8-10 weeks."
id: "4", title: "Do you offer customization?", content: "Yes! Many pieces can be customized in fabric, finish, and dimensions. Contact our design team to discuss your vision. Custom pieces typically take 8-10 weeks."
},
{
id: "5",
title: "How should I care for my furniture?",
content: "Each piece comes with comprehensive care instructions. Generally, dust with soft cloths, use appropriate cleaners for materials, and protect from direct sunlight to preserve finishes. We recommend professional cleaning annually."
id: "5", title: "How should I care for my furniture?", content: "Each piece comes with comprehensive care instructions. Generally, dust with soft cloths, use appropriate cleaners for materials, and protect from direct sunlight to preserve finishes. We recommend professional cleaning annually."
},
{
id: "6",
title: "Do you offer financing?",
content: "Yes, we partner with leading financing providers offering 0% APR options for qualifying purchases. Contact our sales team for details and eligibility."
id: "6", title: "Do you offer financing?", content: "Yes, we partner with leading financing providers offering 0% APR options for qualifying purchases. Contact our sales team for details and eligibility."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/blonde-charming-woman-silk-black-jumpsuit-stylish-eyeglasses-sits-brown-big-soft-sofa-ho_197531-33650.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/blonde-charming-woman-silk-black-jumpsuit-stylish-eyeglasses-sits-brown-big-soft-sofa-ho_197531-33650.jpg"
imageAlt="Luxury interior with Studio Luxe furniture"
mediaAnimation="opacity"
mediaPosition="left"
@@ -306,19 +210,13 @@ export default function HomePage() {
<ContactFaq
faqs={[
{
id: "1",
title: "Why subscribe to our newsletter?",
content: "Members get early access to new collections, exclusive discounts, design tips from our team, and invitations to private events. We respect your inbox—only curated content, no spam."
id: "1", title: "Why subscribe to our newsletter?", content: "Members get early access to new collections, exclusive discounts, design tips from our team, and invitations to private events. We respect your inbox—only curated content, no spam."
},
{
id: "2",
title: "How often do you send emails?",
content: "We send curated collections bi-weekly and special announcements monthly. You can adjust frequency preferences in your account settings anytime."
id: "2", title: "How often do you send emails?", content: "We send curated collections bi-weekly and special announcements monthly. You can adjust frequency preferences in your account settings anytime."
},
{
id: "3",
title: "Can I unsubscribe anytime?",
content: "Of course! Every email has an unsubscribe link. No questions asked, no hard feelings. Your preferences are always in your control."
id: "3", title: "Can I unsubscribe anytime?", content: "Of course! Every email has an unsubscribe link. No questions asked, no hard feelings. Your preferences are always in your control."
}
]}
ctaTitle="Join Our Design Community"
@@ -334,8 +232,7 @@ export default function HomePage() {
<FooterBaseReveal
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "All Furniture", href: "shop" },
{ label: "Seating", href: "shop" },
{ label: "Tables", href: "shop" },
@@ -344,8 +241,7 @@ export default function HomePage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "about" },
{ label: "Design Philosophy", href: "about" },
{ label: "Sustainability", href: "#" },
@@ -354,8 +250,7 @@ export default function HomePage() {
]
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "contact" },
{ label: "Shipping Info", href: "#" },
{ label: "Returns", href: "#" },

View File

@@ -44,64 +44,28 @@ export default function ShopPage() {
tagAnimation="opacity"
products={[
{
id: "1",
brand: "Studio Luxe",
name: "Modern White Sectional",
price: "$2,850",
rating: 5,
reviewCount: "342",
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-brunette-laced-dress-with-make-up_132075-12543.jpg?_wi=2",
imageAlt: "Modern white sectional sofa"
id: "1", brand: "Studio Luxe", name: "Modern White Sectional", price: "$2,850", rating: 5,
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-brunette-laced-dress-with-make-up_132075-12543.jpg", imageAlt: "Modern white sectional sofa"
},
{
id: "2",
brand: "Studio Luxe",
name: "Marble Dining Table",
price: "$1,650",
rating: 5,
reviewCount: "218",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-authentic-interior-design_53876-129853.jpg?_wi=3",
imageAlt: "Marble dining table with brass legs"
id: "2", brand: "Studio Luxe", name: "Marble Dining Table", price: "$1,650", rating: 5,
reviewCount: "218", imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-authentic-interior-design_53876-129853.jpg", imageAlt: "Marble dining table with brass legs"
},
{
id: "3",
brand: "Studio Luxe",
name: "Sculpted Lounge Chair",
price: "$945",
rating: 5,
reviewCount: "156",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108763.jpg?_wi=2",
imageAlt: "Designer lounge chair in cream"
id: "3", brand: "Studio Luxe", name: "Sculpted Lounge Chair", price: "$945", rating: 5,
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108763.jpg", imageAlt: "Designer lounge chair in cream"
},
{
id: "4",
brand: "Studio Luxe",
name: "Walnut Bookshelf",
price: "$1,420",
rating: 5,
reviewCount: "98",
imageSrc: "http://img.b2bpic.net/free-photo/home-interior-design-arrangement_23-2148986615.jpg?_wi=2",
imageAlt: "Modern walnut shelving unit"
id: "4", brand: "Studio Luxe", name: "Walnut Bookshelf", price: "$1,420", rating: 5,
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/home-interior-design-arrangement_23-2148986615.jpg", imageAlt: "Modern walnut shelving unit"
},
{
id: "5",
brand: "Studio Luxe",
name: "Glass Coffee Table",
price: "$725",
rating: 5,
reviewCount: "267",
imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-desktop-near-laptop-morning_169016-25099.jpg?_wi=2",
imageAlt: "Minimalist glass coffee table"
id: "5", brand: "Studio Luxe", name: "Glass Coffee Table", price: "$725", rating: 5,
reviewCount: "267", imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-desktop-near-laptop-morning_169016-25099.jpg", imageAlt: "Minimalist glass coffee table"
},
{
id: "6",
brand: "Studio Luxe",
name: "Pendant Light Collection",
price: "$385",
rating: 5,
reviewCount: "421",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg?_wi=2",
imageAlt: "Designer pendant lighting"
id: "6", brand: "Studio Luxe", name: "Pendant Light Collection", price: "$385", rating: 5,
reviewCount: "421", imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg", imageAlt: "Designer pendant lighting"
}
]}
gridVariant="four-items-2x2-equal-grid"
@@ -117,34 +81,16 @@ export default function ShopPage() {
description="Specialty selections organized by room and design aesthetic."
products={[
{
id: "7",
brand: "Studio Luxe",
name: "Minimalist Living Set",
price: "$4,200",
rating: 5,
reviewCount: "89",
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-living-room-with-soft-sofa-background-wooden-wall-minim_1258-134116.jpg?_wi=2",
imageAlt: "Minimalist living room set"
id: "7", brand: "Studio Luxe", name: "Minimalist Living Set", price: "$4,200", rating: 5,
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-living-room-with-soft-sofa-background-wooden-wall-minim_1258-134116.jpg", imageAlt: "Minimalist living room set"
},
{
id: "8",
brand: "Studio Luxe",
name: "Luxury Bedroom Suite",
price: "$3,600",
rating: 5,
reviewCount: "64",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-lounge-area-hotel-reception_482257-78350.jpg?_wi=2",
imageAlt: "Luxury bedroom furniture"
id: "8", brand: "Studio Luxe", name: "Luxury Bedroom Suite", price: "$3,600", rating: 5,
reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/luxury-lounge-area-hotel-reception_482257-78350.jpg", imageAlt: "Luxury bedroom furniture"
},
{
id: "9",
brand: "Studio Luxe",
name: "Contemporary Home Office",
price: "$2,950",
rating: 5,
reviewCount: "102",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg?_wi=2",
imageAlt: "Modern home office setup"
id: "9", brand: "Studio Luxe", name: "Contemporary Home Office", price: "$2,950", rating: 5,
reviewCount: "102", imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg", imageAlt: "Modern home office setup"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -158,8 +104,7 @@ export default function ShopPage() {
<FooterBaseReveal
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "All Furniture", href: "shop" },
{ label: "Seating", href: "shop" },
{ label: "Tables", href: "shop" },
@@ -168,8 +113,7 @@ export default function ShopPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "about" },
{ label: "Design Philosophy", href: "about" },
{ label: "Sustainability", href: "#" },
@@ -178,8 +122,7 @@ export default function ShopPage() {
]
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "contact" },
{ label: "Shipping Info", href: "#" },
{ label: "Returns", href: "#" },