4 Commits

Author SHA1 Message Date
78cc29f56b Update src/app/page.tsx 2026-05-26 16:16:26 +00:00
e153f2ffdf Update src/app/page.tsx 2026-05-26 16:15:44 +00:00
95c1274620 Update src/app/page.tsx 2026-05-26 16:15:19 +00:00
105074313a Merge version_1 into main
Merge version_1 into main
2026-05-26 16:12:38 +00:00

View File

@@ -161,20 +161,20 @@ export default function LandingPage() {
testimonials={[
{
id: "t-1", name: "Sarah J.", role: "Homeowner", company: "Local Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-frustrated-repairman-has-puzzled-face-expression-hammer-hand-raises-arm-with-indignation-dressed-workwear-cannot-understand-what-repair_273609-31245.jpg", imageAlt: "Sarah J."},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EGiP7jYcz2SqBCds8I1Vz3NctN/uploaded-1779812074459-65sruk4w.jpg", imageAlt: "Sarah J."},
{
id: "t-2", name: "Mark C.", role: "Contractor", company: "BuildRight Inc.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-interviewee-taking-notes_23-2149037866.jpg", imageAlt: "Mark C."},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EGiP7jYcz2SqBCds8I1Vz3NctN/uploaded-1779812074459-t3bfv0jt.jpg", imageAlt: "Mark C."},
{
id: "t-3", name: "Emily R.", role: "DIY Enthusiast", company: "The Crafty Corner", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-cutting-mdf-board-inside-workshop_23-2149451026.jpg", imageAlt: "Emily R."},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EGiP7jYcz2SqBCds8I1Vz3NctN/uploaded-1779812074459-e2sba9jb.jpg", imageAlt: "Emily R."},
{
id: "t-4", name: "David K.", role: "Plumber", company: "AquaFlow Services", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/old-man-artisan-carves-from-wooden-spoon-istanbul-turkey_628469-71.jpg", imageAlt: "David K."},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EGiP7jYcz2SqBCds8I1Vz3NctN/uploaded-1779812074459-4qsh5px8.jpg", imageAlt: "David K."},
{
id: "t-5", name: "Jessica L.", role: "Gardener", company: "GreenThumb Gardens", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-shaking-hands_23-2148233782.jpg", imageAlt: "Jessica L."},
]}
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-shaking-hands_23-2148233782.jpg", imageAlt: "Jessica L."
}]}
title="What Our Customers Say"
description="Hear from satisfied customers who trust HandyHub Hardware for their projects and everyday needs."
/>
@@ -185,16 +185,16 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1", title: "What are your store hours?", content: "Our store is open Monday to Saturday from 7 AM to 7 PM, and Sunday from 9 AM to 5 PM. Holiday hours may vary, please check our contact page for updates."},
id: "faq-1", title: "What are HandyHub Hardware's operating hours?", content: "HandyHub Hardware is open Monday to Saturday from 7 AM to 7 PM, and on Sundays from 9 AM to 5 PM. We're here to help with your projects when you need us most!"},
{
id: "faq-2", title: "Do you offer delivery services?", content: "Yes, we offer local delivery for large items and bulk orders within a 20-mile radius. Please inquire at the counter for delivery options and fees."},
id: "faq-2", title: "Do you offer project consultations or design services?", content: "While we don't offer full design services, our expert staff are always available in-store to provide free project consultations, product recommendations, and practical advice to help you succeed."},
{
id: "faq-3", title: "What is your return policy?", content: "Unused and unopened items can be returned within 30 days of purchase with a valid receipt for a full refund. Some exclusions apply, please see in-store signage for details."},
id: "faq-3", title: "What forms of payment do you accept?", content: "We accept all major credit cards (Visa, Mastercard, American Express, Discover), debit cards, and cash. For business accounts, we also offer credit terms upon approval."},
{
id: "faq-4", title: "Can I get expert advice for my project?", content: "Absolutely! Our team of experienced professionals is always ready to provide guidance, product recommendations, and helpful tips for your home improvement projects. Just ask!"},
id: "faq-4", title: "Can I order products online for pickup or delivery?", content: "Currently, we offer in-store shopping and local delivery for bulk orders. We are actively working on expanding our online presence to include click-and-collect options soon!"},
]}
sideTitle="Common Questions"
sideDescription="Find quick answers to your most pressing questions about our store, products, and services."
sideTitle="Your Questions, Our Answers"
sideDescription="Get quick answers to the most common questions about HandyHub Hardware, our products, and services."
faqsAnimation="slide-up"
textPosition="left"
/>
@@ -205,10 +205,10 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "radial-gradient"}}
text="Ready to Start Your Next Project? Visit HandyHub Hardware Today!"
text="Ready to build, repair, or create? Visit HandyHub Hardware for all your project essentials!"
buttons={[
{
text: "Get Directions", href: "https://www.google.com/maps/search/hardware+store"},
text: "Get Directions", href: "https://www.google.com/maps/search/HandyHub+Hardware"},
{
text: "Call Us", href: "tel:+1-555-HANDYHUB"},
]}
@@ -235,4 +235,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}