Merge version_1 into main #1
379
src/app/page.tsx
379
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Home, Leaf, Paintbrush, ShieldCheck, Star, Tool, Users } from "lucide-react";
|
||||
import { Home, Leaf, Paintbrush, ShieldCheck, Star, Users, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,45 +33,27 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Partners",
|
||||
id: "partners",
|
||||
},
|
||||
name: "Partners", id: "partners"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Shumans Homewood"
|
||||
bottomLeftText="Your Local Home Store"
|
||||
bottomRightText="hello@shumanshomewood.com"
|
||||
button={{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Visit Us", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -79,73 +61,37 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
title="Welcome to Shumans Homewood"
|
||||
description="Your trusted local source for quality home goods, hardware, and expert advice. We're dedicated to serving our community with everything you need for your home projects."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@homewood_hacks",
|
||||
testimonial: "Shumans Homewood always has exactly what I need, and the staff are incredibly helpful. My go-to for all DIY projects!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg",
|
||||
imageAlt: "Emily R. avatar",
|
||||
},
|
||||
name: "Emily R.", handle: "@homewood_hacks", testimonial: "Shumans Homewood always has exactly what I need, and the staff are incredibly helpful. My go-to for all DIY projects!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg", imageAlt: "Emily R. avatar"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@local_builder",
|
||||
testimonial: "As a local builder, I rely on Shumans for their consistent quality and extensive selection. They never disappoint.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
|
||||
imageAlt: "David K. avatar",
|
||||
},
|
||||
name: "David K.", handle: "@local_builder", testimonial: "As a local builder, I rely on Shumans for their consistent quality and extensive selection. They never disappoint.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageAlt: "David K. avatar"},
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@garden_lover",
|
||||
testimonial: "Fantastic gardening supplies and friendly service! My plants are thriving thanks to their expert recommendations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg",
|
||||
imageAlt: "Sarah J. avatar",
|
||||
},
|
||||
name: "Sarah J.", handle: "@garden_lover", testimonial: "Fantastic gardening supplies and friendly service! My plants are thriving thanks to their expert recommendations.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "Sarah J. avatar"},
|
||||
{
|
||||
name: "Michael L.",
|
||||
handle: "@home_renovator",
|
||||
testimonial: "From paint to power tools, Shumans makes every renovation project smoother. Great prices and excellent stock.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/reading-e-mails_1098-16901.jpg",
|
||||
imageAlt: "Michael L. avatar",
|
||||
},
|
||||
name: "Michael L.", handle: "@home_renovator", testimonial: "From paint to power tools, Shumans makes every renovation project smoother. Great prices and excellent stock.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/reading-e-mails_1098-16901.jpg", imageAlt: "Michael L. avatar"},
|
||||
{
|
||||
name: "Jessica T.",
|
||||
handle: "@interior_designer",
|
||||
testimonial: "A true gem in Homewood! Their unique home decor items and friendly atmosphere always inspire my next design.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg",
|
||||
imageAlt: "Jessica T. avatar",
|
||||
},
|
||||
name: "Jessica T.", handle: "@interior_designer", testimonial: "A true gem in Homewood! Their unique home decor items and friendly atmosphere always inspire my next design.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg", imageAlt: "Jessica T. avatar"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/content-businessman-smiling_74855-3248.jpg",
|
||||
alt: "Community member Emily R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/content-businessman-smiling_74855-3248.jpg", alt: "Community member Emily R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/serious-office-assistant-waiting-corporate-partners_1262-16402.jpg",
|
||||
alt: "Community member David K.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/serious-office-assistant-waiting-corporate-partners_1262-16402.jpg", alt: "Community member David K."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/anxious-handsome-blonde-man-bites-lips-isolated-purple-wall_141793-66117.jpg",
|
||||
alt: "Community member Sarah J.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/anxious-handsome-blonde-man-bites-lips-isolated-purple-wall_141793-66117.jpg", alt: "Community member Sarah J."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-attractive-stylish-senior-caucasian-female-pensioner-with-pixie-short-hairstyle-spending-day-home-standing-living-room-wearing-elegant-blue-dress-smiling-happily_343059-2673.jpg",
|
||||
alt: "Community member Michael L.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-attractive-stylish-senior-caucasian-female-pensioner-with-pixie-short-hairstyle-spending-day-home-standing-living-room-wearing-elegant-blue-dress-smiling-happily_343059-2673.jpg", alt: "Community member Michael L."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg",
|
||||
alt: "Community member Jessica T.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", alt: "Community member Jessica T."},
|
||||
]}
|
||||
avatarText="Join our growing community of happy customers!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-garage-sale_23-2150574541.jpg"
|
||||
@@ -153,29 +99,19 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quality Tools",
|
||||
icon: Tool,
|
||||
type: "text-icon", text: "Quality Tools", icon: Wrench,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Garden Supplies",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Garden Supplies", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Home Decor",
|
||||
icon: Paintbrush,
|
||||
type: "text-icon", text: "Home Decor", icon: Paintbrush,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Advice",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Expert Advice", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Community Focused",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Community Focused", icon: Star,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -188,19 +124,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Customers",
|
||||
value: "15,000+",
|
||||
},
|
||||
label: "Happy Customers", value: "15,000+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Years in Business",
|
||||
value: "45+",
|
||||
},
|
||||
label: "Years in Business", value: "45+"},
|
||||
{
|
||||
icon: Home,
|
||||
label: "Local Products",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Local Products", value: "500+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -213,44 +143,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Gardening Essentials",
|
||||
author: "The Green Thumb Team",
|
||||
description: "Find everything for your garden, from seeds and soil to tools and seasonal plants.",
|
||||
tags: [
|
||||
"Garden",
|
||||
"Outdoor",
|
||||
"Plants",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-wearing-jumpsuit-hat-working-gloves-holding-potted-plant-looking-it-with-serious-face-standing-green-wall_141793-53832.jpg",
|
||||
imageAlt: "Gardening tools in a vibrant garden",
|
||||
},
|
||||
id: "s1", title: "Gardening Essentials", author: "The Green Thumb Team", description: "Find everything for your garden, from seeds and soil to tools and seasonal plants.", tags: [
|
||||
"Garden", "Outdoor", "Plants"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-wearing-jumpsuit-hat-working-gloves-holding-potted-plant-looking-it-with-serious-face-standing-green-wall_141793-53832.jpg", imageAlt: "Gardening tools in a vibrant garden"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Paint & Decor",
|
||||
author: "The Color Experts",
|
||||
description: "Explore our wide selection of paints, brushes, and home decor items to refresh your living space.",
|
||||
tags: [
|
||||
"Paint",
|
||||
"Decor",
|
||||
"Interior",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-space-text_185193-108860.jpg",
|
||||
imageAlt: "Assorted paint cans and brushes",
|
||||
},
|
||||
id: "s2", title: "Paint & Decor", author: "The Color Experts", description: "Explore our wide selection of paints, brushes, and home decor items to refresh your living space.", tags: [
|
||||
"Paint", "Decor", "Interior"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-space-text_185193-108860.jpg", imageAlt: "Assorted paint cans and brushes"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Hardware & Repair",
|
||||
author: "The Fix-It Crew",
|
||||
description: "Stock up on essential hardware, tools, and receive expert advice for all your home repair projects.",
|
||||
tags: [
|
||||
"Hardware",
|
||||
"Tools",
|
||||
"Repair",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-fathers-day_23-2148101893.jpg",
|
||||
imageAlt: "Various hand tools on a workbench",
|
||||
},
|
||||
id: "s3", title: "Hardware & Repair", author: "The Fix-It Crew", description: "Stock up on essential hardware, tools, and receive expert advice for all your home repair projects.", tags: [
|
||||
"Hardware", "Tools", "Repair"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-fathers-day_23-2148101893.jpg", imageAlt: "Various hand tools on a workbench"},
|
||||
]}
|
||||
title="Our Range of Home Services"
|
||||
description="At Shumans Homewood, we offer more than just products; we provide comprehensive services to support all your home and garden needs."
|
||||
@@ -265,47 +168,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Cordless Power Drill Kit",
|
||||
price: "$99.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-cuts-wood-with-electric-jigsaw-working-with-tree_169016-13095.jpg",
|
||||
imageAlt: "Cordless power drill",
|
||||
},
|
||||
id: "p1", name: "Cordless Power Drill Kit", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-cuts-wood-with-electric-jigsaw-working-with-tree_169016-13095.jpg", imageAlt: "Cordless power drill"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Premium Stainless Steel Watering Can",
|
||||
price: "$34.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-rubber-boot-blue-shovel-watering-can-table-garden_23-2148165250.jpg",
|
||||
imageAlt: "Stainless steel watering can",
|
||||
},
|
||||
id: "p2", name: "Premium Stainless Steel Watering Can", price: "$34.50", imageSrc: "http://img.b2bpic.net/free-photo/red-rubber-boot-blue-shovel-watering-can-table-garden_23-2148165250.jpg", imageAlt: "Stainless steel watering can"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Heavy Duty Steel Toolbox",
|
||||
price: "$59.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wood-engraving-workshop_23-2149185393.jpg",
|
||||
imageAlt: "Red steel toolbox",
|
||||
},
|
||||
id: "p3", name: "Heavy Duty Steel Toolbox", price: "$59.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wood-engraving-workshop_23-2149185393.jpg", imageAlt: "Red steel toolbox"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Complete Interior Paint Set",
|
||||
price: "$129.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-house-painting-renovation_53876-138099.jpg",
|
||||
imageAlt: "Variety of paint cans and brushes",
|
||||
},
|
||||
id: "p4", name: "Complete Interior Paint Set", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/closeup-house-painting-renovation_53876-138099.jpg", imageAlt: "Variety of paint cans and brushes"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Aluminum Folding Step Ladder",
|
||||
price: "$75.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-walking-down-stairs_23-2148384464.jpg",
|
||||
imageAlt: "Aluminum folding step ladder",
|
||||
},
|
||||
id: "p5", name: "Aluminum Folding Step Ladder", price: "$75.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-walking-down-stairs_23-2148384464.jpg", imageAlt: "Aluminum folding step ladder"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Eco-Friendly Cleaning Kit",
|
||||
price: "$45.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ecological-cleaning-products-concept_23-2148781922.jpg",
|
||||
imageAlt: "Basket of eco-friendly cleaning supplies",
|
||||
},
|
||||
id: "p6", name: "Eco-Friendly Cleaning Kit", price: "$45.99", imageSrc: "http://img.b2bpic.net/free-photo/ecological-cleaning-products-concept_23-2148781922.jpg", imageAlt: "Basket of eco-friendly cleaning supplies"},
|
||||
]}
|
||||
title="Shop Our Top Products"
|
||||
description="Discover our curated selection of high-quality products designed to help you tackle any home project with confidence."
|
||||
@@ -319,59 +192,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Liam M.",
|
||||
handle: "Local Resident",
|
||||
testimonial: "Outstanding customer service every time. They helped me find the perfect tools for my renovation project.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg",
|
||||
imageAlt: "Liam M. avatar",
|
||||
},
|
||||
id: "t1", name: "Liam M.", handle: "Local Resident", testimonial: "Outstanding customer service every time. They helped me find the perfect tools for my renovation project.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg", imageAlt: "Liam M. avatar"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Olivia P.",
|
||||
handle: "Community Organizer",
|
||||
testimonial: "Shumans Homewood is a pillar of our community. Always supportive and stocked with quality products.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-portrait-cheerful-lovely-blue-eyed-female-with-bobbed-hairstyle-expresses-happiness-being-delighted-after-unforgettable-night-with-lover-isolated-white_273609-3725.jpg",
|
||||
imageAlt: "Olivia P. avatar",
|
||||
},
|
||||
id: "t2", name: "Olivia P.", handle: "Community Organizer", testimonial: "Shumans Homewood is a pillar of our community. Always supportive and stocked with quality products.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-portrait-cheerful-lovely-blue-eyed-female-with-bobbed-hairstyle-expresses-happiness-being-delighted-after-unforgettable-night-with-lover-isolated-white_273609-3725.jpg", imageAlt: "Olivia P. avatar"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Noah S.",
|
||||
handle: "DIY Enthusiast",
|
||||
testimonial: "Their paint selection is unmatched, and the color matching service is fantastic. My living room looks amazing!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-man-posing-studio_158538-25538.jpg",
|
||||
imageAlt: "Noah S. avatar",
|
||||
},
|
||||
id: "t3", name: "Noah S.", handle: "DIY Enthusiast", testimonial: "Their paint selection is unmatched, and the color matching service is fantastic. My living room looks amazing!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-man-posing-studio_158538-25538.jpg", imageAlt: "Noah S. avatar"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ava G.",
|
||||
handle: "Gardener",
|
||||
testimonial: "I love their organic gardening supplies. My vegetable patch has never been healthier.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-senior-woman-portrait_23-2149421517.jpg",
|
||||
imageAlt: "Ava G. avatar",
|
||||
},
|
||||
id: "t4", name: "Ava G.", handle: "Gardener", testimonial: "I love their organic gardening supplies. My vegetable patch has never been healthier.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-senior-woman-portrait_23-2149421517.jpg", imageAlt: "Ava G. avatar"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Ethan C.",
|
||||
handle: "New Homeowner",
|
||||
testimonial: "As a new homeowner, their friendly advice and affordable essentials have been invaluable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-posing-happy-expression_176420-15589.jpg",
|
||||
imageAlt: "Ethan C. avatar",
|
||||
},
|
||||
id: "t5", name: "Ethan C.", handle: "New Homeowner", testimonial: "As a new homeowner, their friendly advice and affordable essentials have been invaluable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-posing-happy-expression_176420-15589.jpg", imageAlt: "Ethan C. avatar"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Mia F.",
|
||||
handle: "Home Decorator",
|
||||
testimonial: "Always find unique decorative pieces here that add character to my designs. A truly inspiring store!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-african-black-beautiful-business_1303-1344.jpg",
|
||||
imageAlt: "Mia F. avatar",
|
||||
},
|
||||
id: "t6", name: "Mia F.", handle: "Home Decorator", testimonial: "Always find unique decorative pieces here that add character to my designs. A truly inspiring store!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-african-black-beautiful-business_1303-1344.jpg", imageAlt: "Mia F. avatar"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Neighbors Say"
|
||||
@@ -384,14 +221,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Homewood Community Center",
|
||||
"The Local Bean Cafe",
|
||||
"Homewood High School",
|
||||
"Green Thumbs Garden Club",
|
||||
"Homewood Historical Society",
|
||||
"Elite Real Estate Group",
|
||||
"Homewood Public Library",
|
||||
]}
|
||||
"Homewood Community Center", "The Local Bean Cafe", "Homewood High School", "Green Thumbs Garden Club", "Homewood Historical Society", "Elite Real Estate Group", "Homewood Public Library"]}
|
||||
title="Proudly Partnering with Homewood's Best"
|
||||
description="We believe in strengthening our community through collaboration. See some of the local organizations we proudly support."
|
||||
/>
|
||||
@@ -402,30 +232,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What are your store hours?",
|
||||
content: "We are open Monday to Saturday from 9:00 AM to 6:00 PM, and Sunday from 11:00 AM to 4:00 PM. Holiday hours may vary.",
|
||||
},
|
||||
id: "faq1", title: "What are your store hours?", content: "We are open Monday to Saturday from 9:00 AM to 6:00 PM, and Sunday from 11:00 AM to 4:00 PM. Holiday hours may vary."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer delivery services?",
|
||||
content: "Yes, we offer local delivery within a 10-mile radius of our Homewood store for orders over $50. Please ask a staff member for details.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer delivery services?", content: "Yes, we offer local delivery within a 10-mile radius of our Homewood store for orders over $50. Please ask a staff member for details."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can I return an item without a receipt?",
|
||||
content: "Returns with a valid receipt are accepted within 30 days for a full refund. Without a receipt, store credit may be issued at our discretion.",
|
||||
},
|
||||
id: "faq3", title: "Can I return an item without a receipt?", content: "Returns with a valid receipt are accepted within 30 days for a full refund. Without a receipt, store credit may be issued at our discretion."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Do you provide installation services?",
|
||||
content: "While we don't offer direct installation, we can recommend trusted local professionals for various home improvement tasks.",
|
||||
},
|
||||
id: "faq4", title: "Do you provide installation services?", content: "While we don't offer direct installation, we can recommend trusted local professionals for various home improvement tasks."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Are there any loyalty programs or discounts?",
|
||||
content: "Join our 'Homewood Rewards' program for exclusive discounts, early access to sales, and special member-only events. Sign up in-store!",
|
||||
},
|
||||
id: "faq5", title: "Are there any loyalty programs or discounts?", content: "Join our 'Homewood Rewards' program for exclusive discounts, early access to sales, and special member-only events. Sign up in-store!"},
|
||||
]}
|
||||
sideTitle="Questions? We Have Answers."
|
||||
sideDescription="Find quick answers to the most common questions about our products, services, and store policies."
|
||||
@@ -437,20 +252,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Visit Us Today"
|
||||
title="Ready to Start Your Next Project?"
|
||||
description="Come visit Shumans Homewood for personalized service and everything you need to make your house a home. We look forward to seeing you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://www.google.com/maps/search/Shumans+Homewood",
|
||||
},
|
||||
text: "Get Directions", href: "https://www.google.com/maps/search/Shumans+Homewood"},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call Us", href: "tel:+1234567890"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -460,58 +270,35 @@ export default function LandingPage() {
|
||||
logoText="Shumans Homewood"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Store Hours",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Store Hours", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
title: "Community", items: [
|
||||
{
|
||||
label: "Our Partners",
|
||||
href: "#partners",
|
||||
},
|
||||
label: "Our Partners", href: "#partners"},
|
||||
{
|
||||
label: "Local Events",
|
||||
href: "#",
|
||||
},
|
||||
label: "Local Events", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user