Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-09 03:15:43 +00:00

View File

@@ -29,145 +29,28 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
},
{
name: "Services",
id: "services",
},
{
name: "About",
id: "about",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "home" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="Victoria Consumer Services"
button={{
text: "(250) 920-7112",
href: "tel:2509207112",
}}
text: "(250) 920-7112", href: "tel:2509207112"}}
/>
</div>
<div id="home" data-section="home">
<HeroSplitDoubleCarousel
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Reliable Business & Consumer Services in Victoria, BC"
description="Fast, professional support for individuals and local businesses. Our team is dedicated to navigating your needs with confidence."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=1",
imageAlt: "Professional business consultation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=2",
imageAlt: "Professional business consultation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=3",
imageAlt: "Professional business consultation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=4",
imageAlt: "Professional business consultation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=5",
imageAlt: "Professional business consultation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=6",
imageAlt: "Professional business consultation",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=7",
imageAlt: "Professional business consultation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=8",
imageAlt: "Professional business consultation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=9",
imageAlt: "Professional business consultation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=10",
imageAlt: "Professional business consultation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=11",
imageAlt: "Professional business consultation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=12",
imageAlt: "Professional business consultation",
},
]}
buttons={[
{
text: "Call Now",
href: "tel:2509207112",
},
{
text: "Request Assistance",
href: "#contact",
},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/happy-man-bachelor-party-laughing_23-2149275479.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-working-zero-waste-supermarket-adding-pantry-staples-shelves-cheerful-merchant-restocks-local-grocery-store-with-organic-food-reusable-jars-close-up_482257-70907.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg",
alt: "Client 5",
},
]}
leftCarouselItems={Array(6).fill({ imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg", imageAlt: "Professional business consultation" })}
rightCarouselItems={Array(6).fill({ imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg", imageAlt: "Professional business consultation" })}
buttons={[{ text: "Call Now", href: "tel:2509207112" }, { text: "Request Assistance", href: "#contact" }]}
avatars={[{ src: "http://img.b2bpic.net/free-photo/happy-man-bachelor-party-laughing_23-2149275479.jpg", alt: "Client 1" }, { src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", alt: "Client 2" }, { src: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-working-zero-waste-supermarket-adding-pantry-staples-shelves-cheerful-merchant-restocks-local-grocery-store-with-organic-food-reusable-jars-close-up_482257-70907.jpg", alt: "Client 3" }, { src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", alt: "Client 4" }, { src: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", alt: "Client 5" }]}
avatarText="Trusted by 500+ local clients"
marqueeItems={[
{
type: "text",
text: "Consumer Advocacy",
},
{
type: "text",
text: "Business Compliance",
},
{
type: "text",
text: "Strategic Consulting",
},
{
type: "text",
text: "Documentation Support",
},
{
type: "text",
text: "Professional Guidance",
},
]}
marqueeItems={[{ type: "text", text: "Consumer Advocacy" }, { type: "text", text: "Business Compliance" }, { type: "text", text: "Strategic Consulting" }, { type: "text", text: "Documentation Support" }, { type: "text", text: "Professional Guidance" }]}
/>
</div>
@@ -176,21 +59,8 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Trusted Local Expertise in Victoria"
description="Located right in the heart of Victoria at 1019 Wharf St, we provide the reliable service residents and small business owners deserve."
metrics={[
{
value: "10+",
title: "Years Experience",
},
{
value: "100%",
title: "Local Commitment",
},
{
value: "24/7",
title: "Dedicated Support",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/financial-planner-helping-senior-couple-with-various-retirement-strategy_482257-106845.jpg?_wi=1"
metrics={[{ value: "10+", title: "Years Experience" }, { value: "100%", title: "Local Commitment" }, { value: "24/7", title: "Dedicated Support" }]}
imageSrc="http://img.b2bpic.net/free-photo/financial-planner-helping-senior-couple-with-various-retirement-strategy_482257-106845.jpg"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
@@ -203,50 +73,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Consumer Assistance",
description: "Expert guidance for individual consumer needs and conflict resolution.",
icon: Shield,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=13",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/financial-planner-helping-senior-couple-with-various-retirement-strategy_482257-106845.jpg?_wi=2",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=14",
imageAlt: "modern office Victoria BC interior",
title: "Consumer Assistance", description: "Expert guidance for individual consumer needs and conflict resolution.", icon: Shield,
mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/financial-planner-helping-senior-couple-with-various-retirement-strategy_482257-106845.jpg" }]
},
{
title: "Business Compliance",
description: "Helping local businesses navigate complex regulations with ease.",
icon: Briefcase,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=15",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/financial-planner-helping-senior-couple-with-various-retirement-strategy_482257-106845.jpg?_wi=3",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/financial-planner-helping-senior-couple-with-various-retirement-strategy_482257-106845.jpg?_wi=4",
imageAlt: "professional consultant helping client",
title: "Business Compliance", description: "Helping local businesses navigate complex regulations with ease.", icon: Briefcase,
mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/financial-planner-helping-senior-couple-with-various-retirement-strategy_482257-106845.jpg" }]
},
{
title: "Documentation Help",
description: "Precise and timely assistance with all necessary professional documentation.",
icon: FileText,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg?_wi=16",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/financial-planner-helping-senior-couple-with-various-retirement-strategy_482257-106845.jpg?_wi=5",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-bachelor-party-laughing_23-2149275479.jpg?_wi=1",
imageAlt: "portrait professional woman",
},
title: "Documentation Help", description: "Precise and timely assistance with all necessary professional documentation.", icon: FileText,
mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/financial-planner-helping-senior-couple-with-various-retirement-strategy_482257-106845.jpg" }]
}
]}
title="Professional Services We Offer"
description="Comprehensive support tailored to your unique requirements."
@@ -258,48 +95,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Miller",
handle: "@smiller",
testimonial: "Exceptional local service. They helped me navigate a tricky consumer issue quickly.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-bachelor-party-laughing_23-2149275479.jpg?_wi=2",
},
{
id: "2",
name: "James Chen",
handle: "@jchen",
testimonial: "Very professional business support. Saved me so much time with compliance filings.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
},
{
id: "3",
name: "Emily D.",
handle: "@emilyd",
testimonial: "Reliable and local. Truly care about the Victoria community.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-working-zero-waste-supermarket-adding-pantry-staples-shelves-cheerful-merchant-restocks-local-grocery-store-with-organic-food-reusable-jars-close-up_482257-70907.jpg",
},
{
id: "4",
name: "Mark R.",
handle: "@markr",
testimonial: "Speak to a real person who knows what they're doing. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
},
{
id: "5",
name: "Linda W.",
handle: "@lindaw",
testimonial: "Professional, transparent, and fast. Exactly what I needed.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg",
},
]}
testimonials={[{ id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "Exceptional local service. They helped me navigate a tricky consumer issue quickly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-man-bachelor-party-laughing_23-2149275479.jpg" }, { id: "2", name: "James Chen", handle: "@jchen", testimonial: "Very professional business support. Saved me so much time with compliance filings.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" }, { id: "3", name: "Emily D.", handle: "@emilyd", testimonial: "Reliable and local. Truly care about the Victoria community.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-working-zero-waste-supermarket-adding-pantry-staples-shelves-cheerful-merchant-restocks-local-grocery-store-with-organic-food-reusable-jars-close-up_482257-70907.jpg" }, { id: "4", name: "Mark R.", handle: "@markr", testimonial: "Speak to a real person who knows what they're doing. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg" }, { id: "5", name: "Linda W.", handle: "@lindaw", testimonial: "Professional, transparent, and fast. Exactly what I needed.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg" }]}
showRating={true}
title="Voices of the Victoria Community"
description="Trusted by local individuals and businesses to get things done."
@@ -309,71 +105,15 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
text="Ready to get help? Give us a call or stop by our office today."
buttons={[
{
text: "Call (250) 920-7112",
href: "tel:2509207112",
},
{
text: "Request Assistance",
href: "#",
},
]}
buttons={[{ text: "Call (250) 920-7112", href: "tel:2509207112" }, { text: "Request Assistance", href: "#" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Call Us",
href: "tel:2509207112",
},
{
label: "Request Help",
href: "#",
},
{
label: "Visit Us",
href: "#",
},
],
},
{
items: [
{
label: "Services",
href: "#services",
},
{
label: "About Us",
href: "#about",
},
{
label: "Testimonials",
href: "#testimonials",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
]}
columns={[{ items: [{ label: "Call Us", href: "tel:2509207112" }, { label: "Request Help", href: "#" }, { label: "Visit Us", href: "#" }] }, { items: [{ label: "Services", href: "#services" }, { label: "About Us", href: "#about" }, { label: "Testimonials", href: "#testimonials" }] }, { items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }]}
logoText="Victoria Consumer Services"
/>
</div>