Update src/app/page.tsx

This commit is contained in:
2026-03-05 23:49:40 +00:00
parent 16a65dd1f9
commit cb7752a8f9

View File

@@ -63,16 +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", imageAlt: "Luxury kitchen appliance showcase" },
{ imageSrc: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=500&h=500&fit=crop", imageAlt: "Premium bathroom vanity display" },
{ 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", imageAlt: "Designer hardware and fixtures" },
{ imageSrc: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=500&h=500&fit=crop", imageAlt: "Lighting design and installation" },
{ 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" },
@@ -98,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: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=500&h=500&fit=crop", 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" },
]}
/>