Update src/app/page.tsx

This commit is contained in:
2026-03-26 16:06:00 +00:00
parent c64bd24bc0
commit bca3dde526

View File

@@ -30,27 +30,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
]}
brandName="Pro-Trade Tool & Supply Co"
button={{
text: "Contact Us",
href: "#contact",
}}
text: "Contact Us", href: "#contact"}}
/>
</div>
@@ -60,13 +50,9 @@ export default function LandingPage() {
description="Premium Tools. Trusted Expertise. Built for Professionals."
buttons={[
{
text: "Shop Tools",
href: "#services",
},
text: "Shop Tools", href: "#services"},
{
text: "Get Repairs",
href: "#contact",
},
text: "Get Repairs", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/craftsperson-putting-sandpaper-discs-sander-device_482257-110855.jpg"
/>
@@ -76,30 +62,19 @@ export default function LandingPage() {
<MetricCardSeven
textboxLayout="default"
useInvertedBackground={false}
animationType="blur-reveal"
metrics={[
{
id: "rating",
value: "4.6★",
title: "Customer Rating",
items: [
"by Local Professionals",
],
id: "rating", value: "4.6★", title: "Customer Rating", items: [
"by Local Professionals"],
},
{
id: "family-owned",
value: "Family-Owned",
title: "Local Business",
items: [
"Serving the Community",
],
id: "family-owned", value: "Family-Owned", title: "Local Business", items: [
"Serving the Community"],
},
{
id: "expertise",
value: "Trusted Service",
title: "Industry Expertise",
items: [
"Years of Experience",
],
id: "expertise", value: "Trusted Service", title: "Industry Expertise", items: [
"Years of Experience"],
},
]}
title="Built on Professional Trust"
@@ -112,22 +87,14 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
animationType="blur-reveal"
features={[
{
id: "professional-tools",
title: "Professional Tools",
description: "Top-tier brands and hard-to-find specialty tools for serious work.",
},
id: "professional-tools", title: "Professional Tools", description: "Top-tier brands and hard-to-find specialty tools for serious work."},
{
id: "tool-repair",
title: "Tool Repair",
description: "Expert diagnostics and repairs to keep your equipment running at peak performance.",
},
id: "tool-repair", title: "Tool Repair", description: "Expert diagnostics and repairs to keep your equipment running at peak performance."},
{
id: "expert-advice",
title: "Expert Advice",
description: "Knowledgeable staff ready to help you choose the right tools and supplies for any job.",
},
id: "expert-advice", title: "Expert Advice", description: "Knowledgeable staff ready to help you choose the right tools and supplies for any job."},
]}
title="Our Professional Services"
description="Providing top-tier brands, reliable repairs, and expert guidance for all your trade needs."
@@ -143,20 +110,14 @@ export default function LandingPage() {
description="Pro-Trade Tool & Supply Co is a family-owned business serving Terre Haute and surrounding areas. Known for unmatched customer service, professional-grade tools, and repair expertise, we are your one-stop shop for everything tools."
bulletPoints={[
{
title: "Family-Owned Values",
description: "Deep roots in the community, building lasting relationships with our customers based on trust and integrity.",
},
title: "Family-Owned Values", description: "Deep roots in the community, building lasting relationships with our customers based on trust and integrity."},
{
title: "Unmatched Customer Service",
description: "Our dedicated and knowledgeable team goes above and beyond to ensure your complete satisfaction.",
},
title: "Unmatched Customer Service", description: "Our dedicated and knowledgeable team goes above and beyond to ensure your complete satisfaction."},
{
title: "Professional-Grade Tools",
description: "We stock only the highest quality brands and equipment, ensuring reliable performance and durability for every job.",
},
title: "Professional-Grade Tools", description: "We stock only the highest quality brands and equipment, ensuring reliable performance and durability for every job."},
]}
imageSrc="http://img.b2bpic.net/free-photo/productive-teamwork-office-main-engineer-spectacles-listening-new-ideas-his-colleague-caucasian-man-pointing-finger-schematic-drawings-coworkers-approving-his-offer-with-smile_273609-5761.jpg"
mediaAnimation="reveal-blur"
mediaAnimation="blur-reveal"
/>
</div>
@@ -166,51 +127,25 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "Lead Contractor",
company: "BuildRight Inc.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-looking-confident-suit_23-2148401459.jpg",
},
id: "1", name: "Sarah Johnson", role: "Lead Contractor", company: "BuildRight Inc.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-looking-confident-suit_23-2148401459.jpg"},
{
id: "2",
name: "Michael Chen",
role: "Master Electrician",
company: "ElectroWorks",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg",
},
id: "2", name: "Michael Chen", role: "Master Electrician", company: "ElectroWorks", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg"},
{
id: "3",
name: "Emily Rodriguez",
role: "Plumbing Specialist",
company: "AquaFlow Services",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg",
},
id: "3", name: "Emily Rodriguez", role: "Plumbing Specialist", company: "AquaFlow Services", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg"},
{
id: "4",
name: "David Kim",
role: "Carpentry Foreman",
company: "WoodCraft Builders",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-engraving-wood-outdoors_23-2149061714.jpg",
},
id: "4", name: "David Kim", role: "Carpentry Foreman", company: "WoodCraft Builders", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-engraving-wood-outdoors_23-2149061714.jpg"},
]}
kpiItems={[
{
value: "10+",
title: "Years in Business",
},
value: "10+", description: "Years in Business"},
{
value: "4.9/5",
title: "Avg. Customer Rating",
},
value: "4.9/5", description: "Avg. Customer Rating"},
{
value: "100%",
title: "Satisfaction Guaranteed",
},
value: "100%", description: "Satisfaction Guaranteed"},
]}
title="Trusted by Local Professionals"
description="Hear what our valued customers have to say about our commitment to quality and service. We're proud of the trust we've earned."
@@ -221,13 +156,12 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Get in Touch"
title="Ready for Your Next Project?"
description="Contact us today for expert advice, quality tools, or reliable repairs. Our team is here to help you succeed."
imageSrc="http://img.b2bpic.net/free-photo/white-modern-working-place-interior-with-light-colored-wooden-wall_176420-6576.jpg"
mediaAnimation="reveal-blur"
mediaAnimation="blur-reveal"
mediaPosition="left"
inputPlaceholder="Your email address"
buttonText="Send Message"
@@ -239,54 +173,33 @@ export default function LandingPage() {
<FooterBaseReveal
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Our Services",
items: [
title: "Our Services", items: [
{
label: "Professional Tools",
href: "#services",
},
label: "Professional Tools", href: "#services"},
{
label: "Tool Repair",
href: "#services",
},
label: "Tool Repair", href: "#services"},
{
label: "Expert Advice",
href: "#services",
},
label: "Expert Advice", href: "#services"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}