Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-06 02:48:37 +00:00

View File

@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "About",
id: "about",
},
{
name: "Features",
id: "features",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Kannapolis Biz"
/>
@@ -58,70 +46,20 @@ export default function LandingPage() {
title="Serving Kannapolis with Excellence"
description="Building a stronger community through dedicated service and local expertise."
testimonials={[
{
name: "Sarah J.",
handle: "@sarahj",
testimonial: "Excellent service and support for our local business. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-colleagues-working_23-2149622894.jpg",
},
{
name: "Mark D.",
handle: "@markd",
testimonial: "A cornerstone of our Kannapolis business community.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/inspired-youth_53876-176745.jpg",
},
{
name: "Elena R.",
handle: "@elenar",
testimonial: "Truly dedicated to the local growth of our small businesses.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/entertain-vintage-vector-graphic-concept_53876-21299.jpg",
},
{
name: "James L.",
handle: "@jamesl",
testimonial: "Unparalleled local expertise. A proud partner.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/asian-store-associate-helps-young-man-client-with-style-advice_482257-118544.jpg",
},
{
name: "Maria C.",
handle: "@mariac",
testimonial: "The best resource for Kannapolis business owners.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-dark-skinned-smiling-guy-with-bristle-listening-music-while-walking-street-being-good-mood_176420-19798.jpg",
},
{ name: "Sarah J.", handle: "@sarahj", testimonial: "Excellent service and support for our local business. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-colleagues-working_23-2149622894.jpg" },
{ name: "Mark D.", handle: "@markd", testimonial: "A cornerstone of our Kannapolis business community.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/inspired-youth_53876-176745.jpg" },
{ name: "Elena R.", handle: "@elenar", testimonial: "Truly dedicated to the local growth of our small businesses.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/entertain-vintage-vector-graphic-concept_53876-21299.jpg" },
{ name: "James L.", handle: "@jamesl", testimonial: "Unparalleled local expertise. A proud partner.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/asian-store-associate-helps-young-man-client-with-style-advice_482257-118544.jpg" },
{ name: "Maria C.", handle: "@mariac", testimonial: "The best resource for Kannapolis business owners.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-dark-skinned-smiling-guy-with-bristle-listening-music-while-walking-street-being-good-mood_176420-19798.jpg" },
]}
buttons={[
{
text: "Get Started",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097885.jpg?_wi=1"
buttons={[{ text: "Get Started", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097885.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiley-man-holding-his-face-medium-shot_23-2148401444.jpg",
alt: "Community member one",
},
{
src: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg",
alt: "Community member two",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg",
alt: "Community member three",
},
{
src: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg",
alt: "Community member four",
},
{
src: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-looking-camera-posing_176420-3837.jpg",
alt: "Community member five",
},
{ src: "http://img.b2bpic.net/free-photo/smiley-man-holding-his-face-medium-shot_23-2148401444.jpg", alt: "Community member one" },
{ src: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", alt: "Community member two" },
{ src: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg", alt: "Community member three" },
{ src: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg", alt: "Community member four" },
{ src: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-looking-camera-posing_176420-3837.jpg", alt: "Community member five" },
]}
/>
</div>
@@ -131,21 +69,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Commitment"
metrics={[
{
label: "Community Projects",
value: "150+",
icon: Building,
},
{
label: "Years Served",
value: "20+",
icon: Calendar,
},
{
label: "Local Partners",
value: "500+",
icon: Users,
},
{ label: "Community Projects", value: "150+", icon: Building },
{ label: "Years Served", value: "20+", icon: Calendar },
{ label: "Local Partners", value: "500+", icon: Users },
]}
metricsAnimation="slide-up"
/>
@@ -156,33 +82,13 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Expert Guidance",
description: "Local knowledge applied to every challenge.",
bentoComponent: "reveal-icon",
icon: CheckCircle,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-roommates-home_23-2149358471.jpg",
imageAlt: "team working together community professional service",
},
{
title: "Community Focus",
description: "We grow as you grow.",
bentoComponent: "reveal-icon",
icon: Users,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097885.jpg?_wi=2",
imageAlt: "team working together community professional service",
},
{
title: "Reliable Results",
description: "Professional quality you can trust.",
bentoComponent: "reveal-icon",
icon: Shield,
imageSrc: "http://img.b2bpic.net/free-vector/star-location-pin_78370-6910.jpg",
imageAlt: "team working together community professional service",
},
{ title: "Expert Guidance", description: "Local knowledge applied to every challenge.", bentoComponent: "reveal-icon", icon: CheckCircle },
{ title: "Community Focus", description: "We grow as you grow.", bentoComponent: "reveal-icon", icon: Users },
{ title: "Reliable Results", description: "Professional quality you can trust.", bentoComponent: "reveal-icon", icon: Shield },
]}
title="Why We Lead"
description="Innovative solutions tailored to our vibrant local economy."
animationType="blur-reveal"
/>
</div>
@@ -190,15 +96,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={true}
names={[
"Kannapolis Chamber",
"Main St. Partners",
"Local Growth Fund",
"Regional Builders",
"City Development",
"Metro Tech",
"Small Biz Alliance",
]}
names={["Kannapolis Chamber", "Main St. Partners", "Local Growth Fund", "Regional Builders", "City Development", "Metro Tech", "Small Biz Alliance"]}
title="Proudly Supported By"
description="Collaborating with local leaders to build excellence."
/>
@@ -210,27 +108,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{
id: "m1",
title: "Success Rate",
value: "98%",
description: "Achieved project milestones.",
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg",
},
{
id: "m2",
title: "Growth Rate",
value: "15%",
description: "Year over year client growth.",
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-business-people-with-hands-air-success-their-plans_1150-3045.jpg",
},
{
id: "m3",
title: "Satisfaction",
value: "4.9/5",
description: "From local business owners.",
imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg",
},
{ id: "m1", title: "Success Rate", value: "98%", description: "Achieved project milestones.", imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg" },
{ id: "m2", title: "Growth Rate", value: "15%", description: "Year over year client growth.", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-business-people-with-hands-air-success-their-plans_1150-3045.jpg" },
{ id: "m3", title: "Satisfaction", value: "4.9/5", description: "From local business owners.", imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg" },
]}
title="Measurable Impact"
description="Empowering our business community one success at a time."
@@ -241,33 +121,14 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Alice M.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg",
},
{
id: "t2",
name: "Bob B.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
},
{
id: "t3",
name: "Carol T.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-walking-street_23-2147654965.jpg",
},
{
id: "t4",
name: "Dave H.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-showing-ok-sign-camera_23-2148289212.jpg",
},
{
id: "t5",
name: "Eva P.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg",
},
{ id: "t1", name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg" },
{ id: "t2", name: "Bob B.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" },
{ id: "t3", name: "Carol T.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-walking-street_23-2147654965.jpg" },
{ id: "t4", name: "Dave H.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-showing-ok-sign-camera_23-2148289212.jpg" },
{ id: "t5", name: "Eva P.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg" },
]}
cardTitle="Words from Neighbors"
cardTag="Testimonials"
cardAnimation="blur-reveal"
/>
</div>
@@ -277,21 +138,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Who can apply?",
content: "All local Kannapolis businesses.",
},
{
id: "q2",
title: "What is the timeline?",
content: "Typically 2-4 weeks.",
},
{
id: "q3",
title: "Where are you located?",
content: "Downtown Kannapolis.",
},
{ id: "q1", title: "Who can apply?", content: "All local Kannapolis businesses." },
{ id: "q2", title: "What is the timeline?", content: "Typically 2-4 weeks." },
{ id: "q3", title: "Where are you located?", content: "Downtown Kannapolis." },
]}
title="Frequently Asked"
description="Getting started with our services."
@@ -305,18 +154,8 @@ export default function LandingPage() {
title="Connect With Us"
description="Start your journey with Kannapolis Biz today."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
]}
imageSrc="http://img.b2bpic.net/free-photo/analyst-office_1098-14665.jpg"
/>
@@ -325,24 +164,10 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Kannapolis Biz"
columns={[
{
title: "Links",
items: [
{
label: "About",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
],
},
]}
columns={[{ title: "Links", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] }]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}