2 Commits

Author SHA1 Message Date
7f0bebad75 Update src/app/page.tsx 2026-04-07 22:07:57 +00:00
4f2a7f59d0 Merge version_1 into main
Merge version_1 into main
2026-04-07 22:04:25 +00:00

View File

@@ -29,125 +29,73 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Services", name: "Services", id: "services"},
id: "services",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Brass Hanger Inc." brandName="Brass Hanger Inc."
button={{ button={{
text: "Get Your Free Quote", text: "Get Your Free Quote", href: "#contact"}}
href: "#contact",
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitTestimonial <HeroSplitTestimonial
className="pt-24"
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
title="Revive Your Hangers. Restore Your Space." title="Revive Your Hangers. Restore Your Space."
description="Professional brass hanger cleaning and restoration in Peachtree City. Fast, reliable, and affordable service that keeps your closets and displays shining." description="Professional brass hanger cleaning and restoration in Peachtree City. Fast, reliable, and affordable service that keeps your closets and displays shining."
testimonials={[ testimonials={[
{ {
name: "Sarah L.", name: "Sarah L.", handle: "@local-resident", testimonial: "Brass Hanger Inc. brought my vintage collection back to life!", rating: 5,
handle: "@local-resident", imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-seller-holding-male-t-shirts-cheerful-woman-standing-boutique-offering-showing-casual-clothes-men-shopping-mens-fashion-clothes-business-concept_74855-21569.jpg?_wi=1"},
testimonial: "Brass Hanger Inc. brought my vintage collection back to life!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-seller-holding-male-t-shirts-cheerful-woman-standing-boutique-offering-showing-casual-clothes-men-shopping-mens-fashion-clothes-business-concept_74855-21569.jpg?_wi=1",
},
{ {
name: "Mark T.", name: "Mark T.", handle: "@boutique-owner", testimonial: "Fast, friendly, and affordable — highly recommend!", rating: 5,
handle: "@boutique-owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2381.jpg?_wi=1"},
testimonial: "Fast, friendly, and affordable — highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2381.jpg?_wi=1",
},
{ {
name: "Elena R.", name: "Elena R.", handle: "@homeowner", testimonial: "Incredible attention to detail. My closet has never looked better.", rating: 5,
handle: "@homeowner", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138419.jpg?_wi=1"},
testimonial: "Incredible attention to detail. My closet has never looked better.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138419.jpg?_wi=1",
},
{ {
name: "Jason D.", name: "Jason D.", handle: "@local-retail", testimonial: "Consistently professional results for our boutique hangers.", rating: 5,
handle: "@local-retail", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-smartphone-paper-bags_23-2147786770.jpg?_wi=1"},
testimonial: "Consistently professional results for our boutique hangers.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-smartphone-paper-bags_23-2147786770.jpg?_wi=1",
},
{ {
name: "Linda P.", name: "Linda P.", handle: "@collector", testimonial: "The best brass restoration I have found in Georgia.", rating: 5,
handle: "@collector", imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=1"},
testimonial: "The best brass restoration I have found in Georgia.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=1",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Get Your Free Quote", text: "Get Your Free Quote", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149133995.jpg" imageSrc="http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149133995.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/portrait-african-american-seller-holding-male-t-shirts-cheerful-woman-standing-boutique-offering-showing-casual-clothes-men-shopping-mens-fashion-clothes-business-concept_74855-21569.jpg", src: "http://img.b2bpic.net/free-photo/portrait-african-american-seller-holding-male-t-shirts-cheerful-woman-standing-boutique-offering-showing-casual-clothes-men-shopping-mens-fashion-clothes-business-concept_74855-21569.jpg", alt: "Sarah"},
alt: "Sarah",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2381.jpg", src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2381.jpg", alt: "Mark"},
alt: "Mark",
},
{ {
src: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138419.jpg", src: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138419.jpg", alt: "Elena"},
alt: "Elena",
},
{ {
src: "http://img.b2bpic.net/free-photo/woman-with-smartphone-paper-bags_23-2147786770.jpg", src: "http://img.b2bpic.net/free-photo/woman-with-smartphone-paper-bags_23-2147786770.jpg", alt: "Jason"},
alt: "Jason",
},
{ {
src: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", src: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", alt: "Linda"},
alt: "Linda",
},
]} ]}
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Locally Owned"},
text: "Locally Owned",
},
{ {
type: "text", type: "text", text: "Eco-Friendly"},
text: "Eco-Friendly",
},
{ {
type: "text", type: "text", text: "Fast Turnaround"},
text: "Fast Turnaround",
},
{ {
type: "text", type: "text", text: "Professional Service"},
text: "Professional Service",
},
{ {
type: "text", type: "text", text: "Restoration Experts"},
text: "Restoration Experts",
},
]} ]}
/> />
</div> </div>
@@ -159,17 +107,11 @@ export default function LandingPage() {
description="Locally owned and operated in Peachtree City, we have over 20 years of experience restoring brass hangers. Our eco-friendly process ensures your items look brand new while remaining safe for your home or business." description="Locally owned and operated in Peachtree City, we have over 20 years of experience restoring brass hangers. Our eco-friendly process ensures your items look brand new while remaining safe for your home or business."
metrics={[ metrics={[
{ {
value: "20+", value: "20+", title: "Years Experience"},
title: "Years Experience",
},
{ {
value: "1000+", value: "1000+", title: "Hangers Restored"},
title: "Hangers Restored",
},
{ {
value: "100%", value: "100%", title: "Eco-Friendly"},
title: "Eco-Friendly",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/trendy-top-design-mockup-presented-wooden-hanger_460848-13965.jpg" imageSrc="http://img.b2bpic.net/free-photo/trendy-top-design-mockup-presented-wooden-hanger_460848-13965.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -184,28 +126,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Brass Hanger Cleaning", title: "Brass Hanger Cleaning", description: "Remove tarnish and grime to restore the original shine to your brass hangers.", imageSrc: "http://img.b2bpic.net/free-photo/empty-clothes-hanger-closet-xa_1339-4785.jpg"},
description: "Remove tarnish and grime to restore the original shine to your brass hangers.",
imageSrc: "http://img.b2bpic.net/free-photo/empty-clothes-hanger-closet-xa_1339-4785.jpg",
},
{ {
title: "Polishing & Restoration", title: "Polishing & Restoration", description: "Expert restoration services for vintage or damaged brass hangers.", imageSrc: "http://img.b2bpic.net/free-photo/antiques-market-objects-assortment_23-2148950956.jpg"},
description: "Expert restoration services for vintage or damaged brass hangers.",
imageSrc: "http://img.b2bpic.net/free-photo/antiques-market-objects-assortment_23-2148950956.jpg",
},
{ {
title: "Bulk Cleaning", title: "Bulk Cleaning", description: "Professional bulk cleaning solutions for local boutiques and retail businesses.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-colorful-eco-friendly-reusable-cloth-bags-hanging-pole-no-plastic-concept_181624-17438.jpg"},
description: "Professional bulk cleaning solutions for local boutiques and retail businesses.",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-colorful-eco-friendly-reusable-cloth-bags-hanging-pole-no-plastic-concept_181624-17438.jpg",
},
]} ]}
title="Our Specialized Services" title="Our Specialized Services"
description="No job too big or small — we handle everything with care." description="No job too big or small — we handle everything with care."
buttons={[ buttons={[
{ {
text: "Get Your Free Quote", text: "Get Your Free Quote", href: "#contact"},
href: "#contact",
},
]} ]}
/> />
</div> </div>
@@ -217,40 +148,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah L.", handle: "@peachtree-city", testimonial: "Brass Hanger Inc. brought my vintage collection back to life!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-seller-holding-male-t-shirts-cheerful-woman-standing-boutique-offering-showing-casual-clothes-men-shopping-mens-fashion-clothes-business-concept_74855-21569.jpg?_wi=2"},
name: "Sarah L.",
handle: "@peachtree-city",
testimonial: "Brass Hanger Inc. brought my vintage collection back to life!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-seller-holding-male-t-shirts-cheerful-woman-standing-boutique-offering-showing-casual-clothes-men-shopping-mens-fashion-clothes-business-concept_74855-21569.jpg?_wi=2",
},
{ {
id: "2", id: "2", name: "Mark T.", handle: "@boutique-owner", testimonial: "Fast, friendly, and affordable — highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2381.jpg?_wi=2"},
name: "Mark T.",
handle: "@boutique-owner",
testimonial: "Fast, friendly, and affordable — highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2381.jpg?_wi=2",
},
{ {
id: "3", id: "3", name: "Elena R.", handle: "@homeowner", testimonial: "Incredible attention to detail. My closet has never looked better.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138419.jpg?_wi=2"},
name: "Elena R.",
handle: "@homeowner",
testimonial: "Incredible attention to detail. My closet has never looked better.",
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138419.jpg?_wi=2",
},
{ {
id: "4", id: "4", name: "Jason D.", handle: "@local-retail", testimonial: "Consistently professional results for our boutique hangers.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-smartphone-paper-bags_23-2147786770.jpg?_wi=2"},
name: "Jason D.",
handle: "@local-retail",
testimonial: "Consistently professional results for our boutique hangers.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-smartphone-paper-bags_23-2147786770.jpg?_wi=2",
},
{ {
id: "5", id: "5", name: "Linda P.", handle: "@collector", testimonial: "The best brass restoration I have found in Georgia.", imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=2"},
name: "Linda P.",
handle: "@collector",
testimonial: "The best brass restoration I have found in Georgia.",
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=2",
},
]} ]}
title="Our Customers Love Their Shiny Hangers" title="Our Customers Love Their Shiny Hangers"
description="See why locals in Peachtree City trust us with their brass restoration needs." description="See why locals in Peachtree City trust us with their brass restoration needs."
@@ -261,16 +167,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
tag="Contact Us" tag="Contact Us"
title="Get a Free Quote Today" title="Get a Free Quote Today"
description="Ready to restore your brass hangers? Contact us today for a free, no-obligation quote and get your space shining again. We'll respond within 24 hours." description="Ready to restore your brass hangers? Contact us today for a free, no-obligation quote and get your space shining again. We'll respond within 24 hours."
buttons={[ buttons={[
{ {
text: "Request My Quote", text: "Request My Quote", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -280,42 +183,27 @@ export default function LandingPage() {
logoText="Brass Hanger Inc." logoText="Brass Hanger Inc."
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Services", label: "Services", href: "#services"},
href: "#services",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
{ {
label: "Get a Quote", label: "Get a Quote", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}