Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-04-09 00:09:20 +00:00
2 changed files with 24 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ import ReactLenis from "lenis/react";
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import ContactSplit from '@/components/sections/contact/ContactSplit';
export default function FindStorePage() {
return (
@@ -29,10 +30,29 @@ export default function FindStorePage() {
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered title="Locate a Store" description="Find an official InSinkErator dealer near you." background={{ variant: "plain" }} />
<HeroCentered
title="Locate a Store"
description="Find an official InSinkErator dealer near you."
background={{ variant: "plain" }}
avatars={[{ src: "http://img.b2bpic.net/free-photo/chef-kitchen-making-dough_23-2148006257.jpg", alt: "Store" }, { src: "http://img.b2bpic.net/free-photo/couple-spending-quality-time-together_23-2148940971.jpg", alt: "Store" }]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Support"
title="Retailer Inquiry"
description="Contact us to become an official partner."
imageSrc="http://img.b2bpic.net/free-photo/couple-spending-quality-time-together_23-2148940971.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal logoText="InSinkErator" columns={[{ title: "Support", items: [{ label: "Installation Guides", href: "/support" }, { label: "FAQs", href: "/support" }] }, { title: "Where to Buy", items: [{ label: "Find a Retailer", href: "/find-store" }] }]} />
<FooterBaseReveal
logoText="InSinkErator"
columns={[{ title: "Support", items: [{ label: "Installation Guides", href: "/support" }, { label: "FAQs", href: "/support" }] }, { title: "Where to Buy", items: [{ label: "Find a Retailer", href: "/find-store" }] }]}
/>
</div>
</ReactLenis>
</ThemeProvider>

View File

@@ -11,8 +11,8 @@ import { Montserrat } from "next/font/google";
export const metadata: Metadata = {
title: 'InSinkErator | Food Waste Disposers & Hot Water Systems',
description: 'Explore InSinkErator\'s range of waste disposers and instant hot water systems for a sustainable, modern kitchen.',
title: 'Find a Store | InSinkErator',
description: 'Locate an official InSinkErator dealer near you to purchase your high-quality food waste disposal and hot water systems.',
openGraph: {
"title": "InSinkErator Home",
"description": "Your kitchen made efficient.",