Merge version_2_1782122543298 into main #1
@@ -43,7 +43,7 @@ export default function Layout() {
|
||||
<SiteBackgroundSlot />
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloating
|
||||
logo="ColorPro Supplies"
|
||||
logo="Comet Paints and Allied Products"
|
||||
ctaButton={{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
@@ -55,8 +55,8 @@ export default function Layout() {
|
||||
</main>
|
||||
<SectionErrorBoundary name="footer">
|
||||
<FooterMinimal
|
||||
brand="ColorPro Supplies"
|
||||
copyright="© 2024 ColorPro Supplies. All rights reserved."
|
||||
brand="Comet Paints and Allied Products"
|
||||
copyright="© 2024 Comet Paints and Allied Products. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
|
||||
@@ -1,264 +1,36 @@
|
||||
import AboutText from '@/components/sections/about/AboutText';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import FaqSimple from '@/components/sections/faq/FaqSimple';
|
||||
import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards';
|
||||
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
|
||||
import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
// AUTO-GENERATED shell by per-section-migrate.
|
||||
// Section bodies live in ./<PageBase>/sections/<X>.tsx. Edit the section
|
||||
// files directly. Non-block content (wrappers, non-inlinable sections) is
|
||||
// preserved inline; extracted section blocks become <XSection/> refs.
|
||||
|
||||
export default function HomePage() {
|
||||
import React from 'react';
|
||||
import HeroSection from './HomePage/sections/Hero';
|
||||
import AboutSection from './HomePage/sections/About';
|
||||
import ProductsSection from './HomePage/sections/Products';
|
||||
import PricingSection from './HomePage/sections/Pricing';
|
||||
import TestimonialsSection from './HomePage/sections/Testimonials';
|
||||
import FaqSection from './HomePage/sections/Faq';
|
||||
import SocialProofSection from './HomePage/sections/SocialProof';
|
||||
import ContactSection from './HomePage/sections/Contact';
|
||||
|
||||
export default function HomePage(): React.JSX.Element {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboardCarousel
|
||||
tag="Your Project, Our Paint"
|
||||
title="Professional Quality Paint & Allied Supplies"
|
||||
description="Transform your space with our premium selection of paints, primers, and essential professional tools."
|
||||
primaryButton={{
|
||||
text: "Browse Products",
|
||||
href: "#products",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-metallic-paint-cans_23-2151934755.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artists-using-paint-from-cans-with-brush_23-2148591278.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-worker-spraying-powder-paint-from-gun_23-2149878745.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-paint-materials_23-2147989678.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paint-can_23-2149705362.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artistic-easel-canvas-studio_23-2148372231.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<>
|
||||
<HeroSection />
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutText
|
||||
title="Since 1985, ColorPro has been serving the community with high-performance paint solutions and expert advice for every renovation project."
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<AboutSection />
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<SectionErrorBoundary name="products">
|
||||
<FeaturesRevealCardsBento
|
||||
tag="Our Catalog"
|
||||
title="Comprehensive Paint Solutions"
|
||||
description="Explore our curated range of paints, stains, and protective coatings."
|
||||
items={[
|
||||
{
|
||||
title: "Interior Paints",
|
||||
description: "High-durability latex and acrylic finishes.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-metallic-paint-can-indoors_23-2151934738.jpg",
|
||||
},
|
||||
{
|
||||
title: "Exterior Paints",
|
||||
description: "Weather-resistant, durable outdoor formulas.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-metallic-paint-can-indoors_23-2151934739.jpg",
|
||||
},
|
||||
{
|
||||
title: "Wood Stains",
|
||||
description: "Premium finishes for decks and furniture.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-top-view_185193-108873.jpg",
|
||||
},
|
||||
{
|
||||
title: "Surface Primers",
|
||||
description: "Professional adhesion for every surface.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-worker-pouring-paint_23-2149878807.jpg",
|
||||
},
|
||||
{
|
||||
title: "Decorative Textures",
|
||||
description: "Create unique interior feature walls.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-16141.jpg",
|
||||
},
|
||||
{
|
||||
title: "Ceiling Solutions",
|
||||
description: "Ultra-matte finishes for flawless ceilings.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-roller-brush-paint-container_23-2148391846.jpg",
|
||||
},
|
||||
{
|
||||
title: "Specialty Spray",
|
||||
description: "Industrial grade aerosol applications.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-hard-metallic-background_23-2148744328.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<ProductsSection />
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<SectionErrorBoundary name="pricing">
|
||||
<PricingMediaCards
|
||||
tag="How to Order"
|
||||
title="Ordering Simplified"
|
||||
description="Choose the volume that suits your project needs."
|
||||
plans={[
|
||||
{
|
||||
tag: "Project Starter",
|
||||
price: "$120",
|
||||
period: "Small Area",
|
||||
features: [
|
||||
"1-2 Interior Rooms",
|
||||
"Basic Primers Included",
|
||||
"Standard Brushes",
|
||||
],
|
||||
primaryButton: {
|
||||
text: "Contact for Order",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-painting-wall_23-2149098984.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Contractor Pack",
|
||||
price: "$850",
|
||||
period: "Bulk Volume",
|
||||
features: [
|
||||
"Large Surface Coverage",
|
||||
"Heavy Duty Primers",
|
||||
"Professional Equipment Rental",
|
||||
],
|
||||
primaryButton: {
|
||||
text: "Contact for Bulk",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-painting-car-with-spray-gun_1303-28158.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<PricingSection />
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialOverlayCards
|
||||
tag="Happy Painters"
|
||||
title="Client Success Stories"
|
||||
description="Hear what our loyal community says about their renovations."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Elena Rodriguez",
|
||||
role: "Architect",
|
||||
company: "Urban Living",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-while-painting-walls_23-2147782322.jpg",
|
||||
},
|
||||
{
|
||||
name: "David Wu",
|
||||
role: "Site Manager",
|
||||
company: "BuildRight",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-curly-brunette-dark-skinned-fashion-designer-poses-office-leans-table_197531-24106.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
role: "Homeowner",
|
||||
company: "DIY Projects",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/married-couple-singing-renovation-tools-dipped-blue-paint-cheerful-married-couple-home-makeover-home-decoration-renovation-cozy-apartment-flat-repair-makeover_482257-3631.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marcus Thorne",
|
||||
role: "General Contractor",
|
||||
company: "Prime Build",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overweight-man-glasses-wearing-black-t-shirt-showing-paint-brush-with-smile-face-pink_141793-58551.jpg",
|
||||
},
|
||||
{
|
||||
name: "Linda Chen",
|
||||
role: "Interior Designer",
|
||||
company: "Studio Lush",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-safety-helmet-giving-hand-shake_23-2148242884.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<TestimonialsSection />
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSimple
|
||||
tag="Common Questions"
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our services."
|
||||
items={[
|
||||
{
|
||||
question: "Where are you located?",
|
||||
answer: "We are located at 123 Paint Street, Design District. Our shop is open Monday-Saturday from 8am to 6pm.",
|
||||
},
|
||||
{
|
||||
question: "Do you offer delivery?",
|
||||
answer: "Yes! We offer local delivery for all orders over $300 within a 20-mile radius.",
|
||||
},
|
||||
{
|
||||
question: "Can I color match?",
|
||||
answer: "Absolutely. Bring in any sample and our digital color matching service will match it perfectly.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<FaqSection />
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<SocialProofMarquee
|
||||
tag="Trusted Brands"
|
||||
title="Industry Partners"
|
||||
description="We source the best quality materials from world-class manufacturers."
|
||||
names={[
|
||||
"Benjamin Moore",
|
||||
"Sherwin-Williams",
|
||||
"Behr",
|
||||
"PPG",
|
||||
"Valspar",
|
||||
"Glidden",
|
||||
"Kilz",
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<SocialProofSection />
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Ready to Start?"
|
||||
text="Get in touch for custom orders, quotes, or to visit our showroom located at 123 Paint Street."
|
||||
primaryButton={{
|
||||
text: "Contact Us Now",
|
||||
href: "mailto:hello@colorpro.com",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Call Shop",
|
||||
href: "tel:+1234567890",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<ContactSection />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
18
src/pages/HomePage/sections/About.tsx
Normal file
18
src/pages/HomePage/sections/About.tsx
Normal file
@@ -0,0 +1,18 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "about" section.
|
||||
|
||||
import React from 'react';
|
||||
import AboutText from '@/components/sections/about/AboutText';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function AboutSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutText
|
||||
title="Since 1985, Comet Paints and Allied Products has been serving the community with high-performance paint solutions and expert advice for every renovation project."
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
27
src/pages/HomePage/sections/Contact.tsx
Normal file
27
src/pages/HomePage/sections/Contact.tsx
Normal file
@@ -0,0 +1,27 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "contact" section.
|
||||
|
||||
import React from 'react';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function ContactSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Ready to Start?"
|
||||
text="Get in touch for custom orders, quotes, or to visit our showroom located at 123 Paint Street."
|
||||
primaryButton={{
|
||||
text: "Contact Us Now",
|
||||
href: "mailto:hello@colorpro.com",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Call Shop",
|
||||
href: "tel:+1234567890",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
34
src/pages/HomePage/sections/Faq.tsx
Normal file
34
src/pages/HomePage/sections/Faq.tsx
Normal file
@@ -0,0 +1,34 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "faq" section.
|
||||
|
||||
import React from 'react';
|
||||
import FaqSimple from '@/components/sections/faq/FaqSimple';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function FaqSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSimple
|
||||
tag="Common Questions"
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our services."
|
||||
items={[
|
||||
{
|
||||
question: "Where are you located?",
|
||||
answer: "We are located at 123 Paint Street, Design District. Our shop is open Monday-Saturday from 8am to 6pm.",
|
||||
},
|
||||
{
|
||||
question: "Do you offer delivery?",
|
||||
answer: "Yes! We offer local delivery for all orders over $300 within a 20-mile radius.",
|
||||
},
|
||||
{
|
||||
question: "Can I color match?",
|
||||
answer: "Absolutely. Bring in any sample and our digital color matching service will match it perfectly.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
48
src/pages/HomePage/sections/Hero.tsx
Normal file
48
src/pages/HomePage/sections/Hero.tsx
Normal file
@@ -0,0 +1,48 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "hero" section.
|
||||
|
||||
import React from 'react';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HeroSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboardCarousel
|
||||
tag="Your Project, Our Paint"
|
||||
title="Comet Paints and Allied Products"
|
||||
description="Transform your space with our premium selection of paints, primers, and essential professional tools."
|
||||
primaryButton={{
|
||||
text: "Browse Products",
|
||||
href: "#products",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-metallic-paint-cans_23-2151934755.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artists-using-paint-from-cans-with-brush_23-2148591278.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-worker-spraying-powder-paint-from-gun_23-2149878745.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-paint-materials_23-2147989678.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paint-can_23-2149705362.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artistic-easel-canvas-studio_23-2148372231.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
52
src/pages/HomePage/sections/Pricing.tsx
Normal file
52
src/pages/HomePage/sections/Pricing.tsx
Normal file
@@ -0,0 +1,52 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "pricing" section.
|
||||
|
||||
import React from 'react';
|
||||
import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function PricingSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="pricing" data-section="pricing">
|
||||
<SectionErrorBoundary name="pricing">
|
||||
<PricingMediaCards
|
||||
tag="How to Order"
|
||||
title="Ordering Simplified"
|
||||
description="Choose the volume that suits your project needs."
|
||||
plans={[
|
||||
{
|
||||
tag: "Project Starter",
|
||||
price: "$120",
|
||||
period: "Small Area",
|
||||
features: [
|
||||
"1-2 Interior Rooms",
|
||||
"Basic Primers Included",
|
||||
"Standard Brushes",
|
||||
],
|
||||
primaryButton: {
|
||||
text: "Contact for Order",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-painting-wall_23-2149098984.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Contractor Pack",
|
||||
price: "$850",
|
||||
period: "Bulk Volume",
|
||||
features: [
|
||||
"Large Surface Coverage",
|
||||
"Heavy Duty Primers",
|
||||
"Professional Equipment Rental",
|
||||
],
|
||||
primaryButton: {
|
||||
text: "Contact for Bulk",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-painting-car-with-spray-gun_1303-28158.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
64
src/pages/HomePage/sections/Products.tsx
Normal file
64
src/pages/HomePage/sections/Products.tsx
Normal file
@@ -0,0 +1,64 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "products" section.
|
||||
|
||||
import React from 'react';
|
||||
import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function ProductsSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="products" data-section="products">
|
||||
<SectionErrorBoundary name="products">
|
||||
<FeaturesRevealCardsBento
|
||||
tag="Our Catalog"
|
||||
title="Comprehensive Paint Solutions"
|
||||
description="Explore our curated range of paints, stains, and protective coatings."
|
||||
items={[
|
||||
{
|
||||
title: "Interior Paints",
|
||||
description: "High-durability latex and acrylic finishes.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-metallic-paint-can-indoors_23-2151934738.jpg",
|
||||
},
|
||||
{
|
||||
title: "Exterior Paints",
|
||||
description: "Weather-resistant, durable outdoor formulas.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-metallic-paint-can-indoors_23-2151934739.jpg",
|
||||
},
|
||||
{
|
||||
title: "Wood Stains",
|
||||
description: "Premium finishes for decks and furniture.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-top-view_185193-108873.jpg",
|
||||
},
|
||||
{
|
||||
title: "Surface Primers",
|
||||
description: "Professional adhesion for every surface.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-worker-pouring-paint_23-2149878807.jpg",
|
||||
},
|
||||
{
|
||||
title: "Decorative Textures",
|
||||
description: "Create unique interior feature walls.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-16141.jpg",
|
||||
},
|
||||
{
|
||||
title: "Ceiling Solutions",
|
||||
description: "Ultra-matte finishes for flawless ceilings.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-roller-brush-paint-container_23-2148391846.jpg",
|
||||
},
|
||||
{
|
||||
title: "Specialty Spray",
|
||||
description: "Industrial grade aerosol applications.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-hard-metallic-background_23-2148744328.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
29
src/pages/HomePage/sections/SocialProof.tsx
Normal file
29
src/pages/HomePage/sections/SocialProof.tsx
Normal file
@@ -0,0 +1,29 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "social-proof" section.
|
||||
|
||||
import React from 'react';
|
||||
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function SocialProofSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<SocialProofMarquee
|
||||
tag="Trusted Brands"
|
||||
title="Industry Partners"
|
||||
description="We source the best quality materials from world-class manufacturers."
|
||||
names={[
|
||||
"Benjamin Moore",
|
||||
"Sherwin-Williams",
|
||||
"Behr",
|
||||
"PPG",
|
||||
"Valspar",
|
||||
"Glidden",
|
||||
"Kilz",
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
57
src/pages/HomePage/sections/Testimonials.tsx
Normal file
57
src/pages/HomePage/sections/Testimonials.tsx
Normal file
@@ -0,0 +1,57 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "testimonials" section.
|
||||
|
||||
import React from 'react';
|
||||
import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function TestimonialsSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialOverlayCards
|
||||
tag="Happy Painters"
|
||||
title="Client Success Stories"
|
||||
description="Hear what our loyal community says about their renovations."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Elena Rodriguez",
|
||||
role: "Architect",
|
||||
company: "Urban Living",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-while-painting-walls_23-2147782322.jpg",
|
||||
},
|
||||
{
|
||||
name: "David Wu",
|
||||
role: "Site Manager",
|
||||
company: "BuildRight",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-curly-brunette-dark-skinned-fashion-designer-poses-office-leans-table_197531-24106.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
role: "Homeowner",
|
||||
company: "DIY Projects",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/married-couple-singing-renovation-tools-dipped-blue-paint-cheerful-married-couple-home-makeover-home-decoration-renovation-cozy-apartment-flat-repair-makeover_482257-3631.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marcus Thorne",
|
||||
role: "General Contractor",
|
||||
company: "Prime Build",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overweight-man-glasses-wearing-black-t-shirt-showing-paint-brush-with-smile-face-pink_141793-58551.jpg",
|
||||
},
|
||||
{
|
||||
name: "Linda Chen",
|
||||
role: "Interior Designer",
|
||||
company: "Studio Lush",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-safety-helmet-giving-hand-shake_23-2148242884.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user