9 Commits

Author SHA1 Message Date
cb7752a8f9 Update src/app/page.tsx 2026-03-05 23:49:40 +00:00
16a65dd1f9 Update src/app/kitchen-showroom/page.tsx 2026-03-05 23:49:40 +00:00
563762afe5 Update src/app/bathroom-showroom/page.tsx 2026-03-05 23:49:40 +00:00
da98955d52 Update src/app/page.tsx 2026-03-05 23:48:39 +00:00
de9ff2d3cb Update src/app/layout.tsx 2026-03-05 23:48:39 +00:00
1e1ca72ee9 Update src/app/kitchen-showroom/page.tsx 2026-03-05 23:48:39 +00:00
0de7c688a6 Update src/app/bathroom-showroom/page.tsx 2026-03-05 23:48:38 +00:00
6e910204a3 Update src/app/about/page.tsx 2026-03-05 23:48:38 +00:00
2fb1ec838b Merge version_1 into main
Merge version_1 into main
2026-03-05 23:21:16 +00:00
5 changed files with 31 additions and 121 deletions

View File

@@ -49,31 +49,13 @@ export default function AboutPage() {
features={[
{
id: 1,
tag: "Foundation",
title: "Built on Trust & Expertise",
subtitle: "Serving the community since 2009",
description: "Ferguson Home was founded with a simple mission: to provide Northern Virginia homeowners, builders, and designers with access to premium products and expert guidance. Over 15 years, we've built lasting relationships with customers and become a trusted partner for home renovations.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821317.jpg?_wi=3",
imageAlt: "Ferguson Home history",
},
tag: "Foundation", title: "Built on Trust & Expertise", subtitle: "Serving the community since 2009", description: "Ferguson Home was founded with a simple mission: to provide Northern Virginia homeowners, builders, and designers with access to premium products and expert guidance. Over 15 years, we've built lasting relationships with customers and become a trusted partner for home renovations.", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821317.jpg?_wi=3", imageAlt: "Ferguson Home history"},
{
id: 2,
tag: "Growth",
title: "Growing Our Showroom",
subtitle: "Expanding selection and expertise",
description: "With continued growth and customer feedback, we expanded our Chantilly showroom to showcase an even more comprehensive selection of premium brands. Today, our 30+ design consultants work daily with customers to create stunning kitchen and bathroom transformations.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-choosing-fabric-furniture-store_1157-37466.jpg?_wi=4",
imageAlt: "Showroom expansion",
},
tag: "Growth", title: "Growing Our Showroom", subtitle: "Expanding selection and expertise", description: "With continued growth and customer feedback, we expanded our Chantilly showroom to showcase an even more comprehensive selection of premium brands. Today, our 30+ design consultants work daily with customers to create stunning kitchen and bathroom transformations.", imageSrc: "http://img.b2bpic.net/free-photo/couple-choosing-fabric-furniture-store_1157-37466.jpg?_wi=4", imageAlt: "Showroom expansion"},
{
id: 3,
tag: "Community",
title: "Serving Our Community",
subtitle: "Partnerships that make a difference",
description: "We're proud to partner with local builders, interior designers, and contractors throughout Northern Virginia. Our commitment to quality, service, and community involvement continues to drive everything we do at Ferguson Home.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=4",
imageAlt: "Community partnership",
},
tag: "Community", title: "Serving Our Community", subtitle: "Partnerships that make a difference", description: "We're proud to partner with local builders, interior designers, and contractors throughout Northern Virginia. Our commitment to quality, service, and community involvement continues to drive everything we do at Ferguson Home.", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=4", imageAlt: "Community partnership"},
]}
/>
</div>

View File

@@ -52,9 +52,9 @@ export default function BathroomShowroomPage() {
{ id: "1", name: "Freestanding Soaking Tubs", price: "From $1,200", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326544.jpg?_wi=3", imageAlt: "Luxury soaking tub" },
{ id: "2", name: "Walk-in Shower Systems", price: "From $800", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326544.jpg?_wi=4", imageAlt: "Modern shower system" },
{ id: "3", name: "Double Vanities", price: "From $950", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326544.jpg?_wi=5", imageAlt: "Double vanity" },
{ id: "4", name: "Vessel Sinks", price: "From $300", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326544.jpg?_wi=6", imageAlt: "Vessel sink" },
{ id: "5", name: "Premium Faucet Sets", price: "From $500", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326544.jpg?_wi=7", imageAlt: "Premium faucet" },
{ id: "6", name: "Heated Towel Racks", price: "From $250", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326544.jpg?_wi=8", imageAlt: "Towel rack" },
{ id: "4", name: "Vessel Sinks", price: "From $300", imageSrc: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=500&h=500&fit=crop&_wi=5", imageAlt: "Vessel sink" },
{ id: "5", name: "Premium Faucet Sets", price: "From $500", imageSrc: "https://images.unsplash.com/photo-1556228578-8c89e6adf883?w=500&h=500&fit=crop&_wi=3", imageAlt: "Premium faucet" },
{ id: "6", name: "Heated Towel Racks", price: "From $250", imageSrc: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=500&h=500&fit=crop&_wi=6", imageAlt: "Towel rack" },
]}
/>
</div>
@@ -70,31 +70,13 @@ export default function BathroomShowroomPage() {
features={[
{
id: 1,
tag: "Spa Luxury",
title: "Spa-Inspired Bathrooms",
subtitle: "Serene, resort-like retreat spaces",
description: "Create a luxurious escape with soaking tubs, rainfall showers, heated floors, and natural stone. Our spa collection brings five-star resort comfort to your home.",
imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg?_wi=2",
imageAlt: "Spa-style bathroom",
},
tag: "Spa Luxury", title: "Spa-Inspired Bathrooms", subtitle: "Serene, resort-like retreat spaces", description: "Create a luxurious escape with soaking tubs, rainfall showers, heated floors, and natural stone. Our spa collection brings five-star resort comfort to your home.", imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg?_wi=2", imageAlt: "Spa-style bathroom"},
{
id: 2,
tag: "Contemporary",
title: "Modern Minimalist Baths",
subtitle: "Clean lines, sleek fixtures",
description: "Achieve modern elegance with our contemporary bathroom fixtures. Integrated storage, chrome finishes, and geometric designs create a fresh, sophisticated look.",
imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg?_wi=3",
imageAlt: "Modern bathroom",
},
tag: "Contemporary", title: "Modern Minimalist Baths", subtitle: "Clean lines, sleek fixtures", description: "Achieve modern elegance with our contemporary bathroom fixtures. Integrated storage, chrome finishes, and geometric designs create a fresh, sophisticated look.", imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg?_wi=3", imageAlt: "Modern bathroom"},
{
id: 3,
tag: "Classic",
title: "Timeless Traditional Baths",
subtitle: "Enduring elegance and warmth",
description: "Choose from our traditional bathroom fixtures featuring classic details, rich finishes, and timeless appeal. Perfect for creating a sophisticated, welcoming space.",
imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg?_wi=4",
imageAlt: "Classic bathroom design",
},
tag: "Classic", title: "Timeless Traditional Baths", subtitle: "Enduring elegance and warmth", description: "Choose from our traditional bathroom fixtures featuring classic details, rich finishes, and timeless appeal. Perfect for creating a sophisticated, welcoming space.", imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg?_wi=4", imageAlt: "Classic bathroom design"},
]}
/>
</div>

View File

@@ -53,9 +53,9 @@ export default function KitchenShowroomPage() {
{ id: "1", name: "Stainless Steel Farmhouse Sink", price: "From $450", imageSrc: "http://img.b2bpic.net/free-photo/modern-sink-black-faucet-marble-countertop_169016-69284.jpg?_wi=3", imageAlt: "Farmhouse kitchen sink" },
{ id: "2", name: "Premium Faucet Collection", price: "From $200", imageSrc: "http://img.b2bpic.net/free-photo/modern-sink-black-faucet-marble-countertop_169016-69284.jpg?_wi=4", imageAlt: "Modern kitchen faucets" },
{ id: "3", name: "Granite Composite Sinks", price: "From $350", imageSrc: "http://img.b2bpic.net/free-photo/modern-sink-black-faucet-marble-countertop_169016-69284.jpg?_wi=5", imageAlt: "Granite composite sink" },
{ id: "4", name: "Undermount Sinks", price: "From $400", imageSrc: "http://img.b2bpic.net/free-photo/modern-sink-black-faucet-marble-countertop_169016-69284.jpg?_wi=6", imageAlt: "Undermount sink" },
{ id: "5", name: "Commercial Style Faucets", price: "From $550", imageSrc: "http://img.b2bpic.net/free-photo/modern-sink-black-faucet-marble-countertop_169016-69284.jpg?_wi=7", imageAlt: "Commercial faucet" },
{ id: "6", name: "Smart Kitchen Fixtures", price: "From $800", imageSrc: "http://img.b2bpic.net/free-photo/modern-sink-black-faucet-marble-countertop_169016-69284.jpg?_wi=8", imageAlt: "Smart kitchen fixture" },
{ id: "4", name: "Undermount Sinks", price: "From $400", imageSrc: "https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=500&h=500&fit=crop&_wi=2", imageAlt: "Undermount sink" },
{ id: "5", name: "Commercial Style Faucets", price: "From $550", imageSrc: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=500&h=500&fit=crop&_wi=4", imageAlt: "Commercial faucet" },
{ id: "6", name: "Smart Kitchen Fixtures", price: "From $800", imageSrc: "https://images.unsplash.com/photo-1556228578-8c89e6adf883?w=500&h=500&fit=crop&_wi=2", imageAlt: "Smart kitchen fixture" },
]}
/>
</div>
@@ -71,31 +71,13 @@ export default function KitchenShowroomPage() {
features={[
{
id: 1,
tag: "Modern",
title: "Contemporary Designs",
subtitle: "Sleek, minimalist kitchen fixtures",
description: "Clean lines, integrated handles, and sophisticated finishes define our modern kitchen collection. Perfect for homeowners seeking a streamlined, updated aesthetic.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821317.jpg?_wi=2",
imageAlt: "Modern kitchen design",
},
tag: "Modern", title: "Contemporary Designs", subtitle: "Sleek, minimalist kitchen fixtures", description: "Clean lines, integrated handles, and sophisticated finishes define our modern kitchen collection. Perfect for homeowners seeking a streamlined, updated aesthetic.", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821317.jpg?_wi=2", imageAlt: "Modern kitchen design"},
{
id: 2,
tag: "Traditional",
title: "Classic Traditional",
subtitle: "Timeless, elegant fixtures",
description: "Ornate details, warm finishes, and enduring designs that never go out of style. Our traditional collection brings elegance and character to any kitchen space.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=3",
imageAlt: "Traditional kitchen",
},
tag: "Traditional", title: "Classic Traditional", subtitle: "Timeless, elegant fixtures", description: "Ornate details, warm finishes, and enduring designs that never go out of style. Our traditional collection brings elegance and character to any kitchen space.", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=3", imageAlt: "Traditional kitchen"},
{
id: 3,
tag: "Transitional",
title: "Transitional Blend",
subtitle: "Best of both modern and traditional",
description: "Combining the best elements of modern and traditional styles, our transitional fixtures offer versatility and lasting appeal for any kitchen renovation.",
imageSrc: "http://img.b2bpic.net/free-photo/drawer-with-cutlery-modern-kitchen-integrated-organization_169016-69119.jpg?_wi=4",
imageAlt: "Transitional kitchen design",
},
tag: "Transitional", title: "Transitional Blend", subtitle: "Best of both modern and traditional", description: "Combining the best elements of modern and traditional styles, our transitional fixtures offer versatility and lasting appeal for any kitchen renovation.", imageSrc: "http://img.b2bpic.net/free-photo/drawer-with-cutlery-modern-kitchen-integrated-organization_169016-69119.jpg?_wi=4", imageAlt: "Transitional kitchen design"},
]}
/>
</div>

View File

@@ -5,41 +5,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
variable: "--font-dm-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Kitchen & Bathroom Showroom in Chantilly, VA | Ferguson Home",
description: "Premium kitchen and bathroom fixtures, appliances, and design services in Chantilly, Virginia. 200+ reviews. Expert consultation. Call (703) 375-5858 today.",
keywords: "kitchen showroom Chantilly VA, bathroom showroom Chantilly, kitchen fixtures Northern Virginia, bathroom remodel supplies, luxury appliances",
metadataBase: new URL("https://fergusonhome.com"),
title: "Kitchen & Bathroom Showroom in Chantilly, VA | Ferguson Home", description: "Premium kitchen and bathroom fixtures, appliances, and design services in Chantilly, Virginia. 200+ reviews. Expert consultation. Call (703) 375-5858 today.", keywords: "kitchen showroom Chantilly VA, bathroom showroom Chantilly, kitchen fixtures Northern Virginia, bathroom remodel supplies, luxury appliances", metadataBase: new URL("https://fergusonhome.com"),
alternates: {
canonical: "https://fergusonhome.com",
},
canonical: "https://fergusonhome.com"},
openGraph: {
title: "Kitchen & Bathroom Showroom | Ferguson Home Chantilly",
description: "Explore premium fixtures, appliances, and design solutions at Ferguson Home showroom in Chantilly, VA.",
url: "https://fergusonhome.com",
siteName: "Ferguson Home",
type: "website",
images: [
title: "Kitchen & Bathroom Showroom | Ferguson Home Chantilly", description: "Explore premium fixtures, appliances, and design solutions at Ferguson Home showroom in Chantilly, VA.", url: "https://fergusonhome.com", siteName: "Ferguson Home", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821317.jpg",
alt: "Ferguson Home Showroom in Chantilly",
},
url: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821317.jpg", alt: "Ferguson Home Showroom in Chantilly"},
],
},
twitter: {
card: "summary_large_image",
title: "Kitchen & Bathroom Showroom | Ferguson Home",
description: "Visit our Chantilly showroom for premium fixtures, appliances, and design consultation.",
images: ["http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821317.jpg"],
card: "summary_large_image", title: "Kitchen & Bathroom Showroom | Ferguson Home", description: "Visit our Chantilly showroom for premium fixtures, appliances, and design consultation.", images: ["http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821317.jpg"],
},
robots: {
index: true,

View File

@@ -63,12 +63,16 @@ export default function HomePage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326544.jpg?_wi=1", imageAlt: "Modern bathroom fixtures showcase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vintage-ceiling-light-lamp_74190-6978.jpg?_wi=1", imageAlt: "Elegant lighting and hardware collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=1", imageAlt: "Stunning kitchen remodel example" },
{ imageSrc: "https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=500&h=500&fit=crop&_wi=1", imageAlt: "Luxury kitchen appliance showcase" },
{ imageSrc: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=500&h=500&fit=crop&_wi=1", imageAlt: "Premium bathroom vanity display" },
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/drawer-with-cutlery-modern-kitchen-integrated-organization_169016-69119.jpg?_wi=1", imageAlt: "Premium kitchen appliances" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-tiles-building-market_1303-26797.jpg", imageAlt: "Showroom experience and consultation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg?_wi=1", imageAlt: "Luxury bathroom renovation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-choosing-fabric-furniture-store_1157-37466.jpg?_wi=1", imageAlt: "Design consultation with experts" },
{ imageSrc: "https://images.unsplash.com/photo-1556228578-8c89e6adf883?w=500&h=500&fit=crop&_wi=1", imageAlt: "Designer hardware and fixtures" },
{ imageSrc: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=500&h=500&fit=crop&_wi=2", imageAlt: "Lighting design and installation" },
]}
buttons={[
{ text: "Call Now", href: "tel:(703) 375-5858" },
@@ -94,7 +98,7 @@ export default function HomePage() {
{ id: "2", name: "Bathroom Fixtures", price: "View Selection", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326544.jpg?_wi=2", imageAlt: "Bathroom tubs and showers" },
{ id: "3", name: "Luxury Appliances", price: "View Selection", imageSrc: "http://img.b2bpic.net/free-photo/drawer-with-cutlery-modern-kitchen-integrated-organization_169016-69119.jpg?_wi=2", imageAlt: "Premium kitchen appliances" },
{ id: "4", name: "Lighting & Hardware", price: "View Selection", imageSrc: "http://img.b2bpic.net/free-photo/vintage-ceiling-light-lamp_74190-6978.jpg?_wi=2", imageAlt: "Modern lighting fixtures" },
{ id: "5", name: "Cabinet Hardware", price: "View Selection", imageSrc: "http://img.b2bpic.net/free-photo/vintage-ceiling-light-lamp_74190-6978.jpg?_wi=3", imageAlt: "Premium cabinet hardware" },
{ id: "5", name: "Cabinet Hardware", price: "View Selection", imageSrc: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=500&h=500&fit=crop&_wi=3", imageAlt: "Premium cabinet hardware" },
{ id: "6", name: "Design Services", price: "Consult", imageSrc: "http://img.b2bpic.net/free-photo/couple-choosing-fabric-furniture-store_1157-37466.jpg?_wi=2", imageAlt: "Professional design consultation" },
]}
/>
@@ -111,40 +115,16 @@ export default function HomePage() {
features={[
{
id: 1,
tag: "Selection",
title: "Massive Showroom Selection",
subtitle: "Browse thousands of products in person",
description: "Our expansive Chantilly showroom features premium brands, latest styles, and exclusive product lines. See, touch, and compare finishes before making your decision.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821317.jpg?_wi=1",
imageAlt: "Showroom display",
},
tag: "Selection", title: "Massive Showroom Selection", subtitle: "Browse thousands of products in person", description: "Our expansive Chantilly showroom features premium brands, latest styles, and exclusive product lines. See, touch, and compare finishes before making your decision.", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821317.jpg?_wi=1", imageAlt: "Showroom display"},
{
id: 2,
tag: "Expertise",
title: "Expert Design Consultation",
subtitle: "Professional guidance for your project",
description: "Our experienced design consultants work with homeowners, builders, and interior designers to create custom solutions tailored to your needs, budget, and style preferences.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-choosing-fabric-furniture-store_1157-37466.jpg?_wi=3",
imageAlt: "Design consultation",
},
tag: "Expertise", title: "Expert Design Consultation", subtitle: "Professional guidance for your project", description: "Our experienced design consultants work with homeowners, builders, and interior designers to create custom solutions tailored to your needs, budget, and style preferences.", imageSrc: "http://img.b2bpic.net/free-photo/couple-choosing-fabric-furniture-store_1157-37466.jpg?_wi=3", imageAlt: "Design consultation"},
{
id: 3,
tag: "Partnership",
title: "Trusted by Builders & Designers",
subtitle: "Professional relationships built on quality",
description: "Leading builders and interior designers throughout Northern Virginia partner with Ferguson Home for product sourcing, project coordination, and design consultation services.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=2",
imageAlt: "Kitchen remodel",
},
tag: "Partnership", title: "Trusted by Builders & Designers", subtitle: "Professional relationships built on quality", description: "Leading builders and interior designers throughout Northern Virginia partner with Ferguson Home for product sourcing, project coordination, and design consultation services.", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=2", imageAlt: "Kitchen remodel"},
{
id: 4,
tag: "Brands",
title: "Premium Brand Selection",
subtitle: "Industry-leading manufacturers",
description: "We carry premium appliance and fixture brands trusted by professionals and homeowners alike. Quality products backed by manufacturer warranties and expert support.",
imageSrc: "http://img.b2bpic.net/free-photo/drawer-with-cutlery-modern-kitchen-integrated-organization_169016-69119.jpg?_wi=3",
imageAlt: "Appliances",
},
tag: "Brands", title: "Premium Brand Selection", subtitle: "Industry-leading manufacturers", description: "We carry premium appliance and fixture brands trusted by professionals and homeowners alike. Quality products backed by manufacturer warranties and expert support.", imageSrc: "http://img.b2bpic.net/free-photo/drawer-with-cutlery-modern-kitchen-integrated-organization_169016-69119.jpg?_wi=3", imageAlt: "Appliances"},
]}
/>
</div>