Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ca97e3e6d6 | |||
| ad5d706cd6 | |||
| ba8f5fa6cd |
257
src/app/page.tsx
257
src/app/page.tsx
@@ -32,47 +32,26 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "Services", id: "services" },
|
||||||
id: "hero",
|
{ name: "Pricing", id: "pricing" },
|
||||||
},
|
{ name: "FAQ", id: "faq" },
|
||||||
{
|
|
||||||
name: "Services",
|
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Pricing",
|
|
||||||
id: "pricing",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "FAQ",
|
|
||||||
id: "faq",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Kwick Fix"
|
brandName="Kwick Fix"
|
||||||
button={{
|
button={{ text: "Book Call", href: "#contact" }}
|
||||||
text: "Book Call",
|
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroLogo
|
||||||
logoText="Kwick Fix Media & Marketing"
|
logoText="Kwick Fix"
|
||||||
description="AI-Powered Marketing That Actually Grows Your Business. Websites, branding, content, automation, and digital growth solutions built for modern businesses."
|
description="Media & Marketing"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Get Started", href: "#contact" },
|
||||||
text: "Get Started",
|
{ text: "Book Strategy Call", href: "#contact" },
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "Book Strategy Call",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=1"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DlDKyaQ793XNaygZ4mM21srfDY/uploaded-1778848053947-3ypd79k0.png?_wi=1"
|
||||||
imageAlt="AI marketing dashboard concept"
|
imageAlt="Kwick Fix Logo"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -82,36 +61,12 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ icon: Monitor, title: "Website Design", description: "Responsive, conversion-focused sites." },
|
||||||
icon: Monitor,
|
{ icon: Database, title: "AI Marketing Automation", description: "Streamlined workflows for growth." },
|
||||||
title: "Website Design",
|
{ icon: Share2, title: "Social Media Management", description: "Engagement-driven content strategy." },
|
||||||
description: "Responsive, conversion-focused sites.",
|
{ icon: Palette, title: "Branding & Design", description: "Premium identity design." },
|
||||||
},
|
{ icon: Video, title: "Video Production", description: "Engaging visual storytelling." },
|
||||||
{
|
{ icon: Search, title: "SEO Optimization", description: "Visibility and search rank growth." },
|
||||||
icon: Database,
|
|
||||||
title: "AI Marketing Automation",
|
|
||||||
description: "Streamlined workflows for growth.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Share2,
|
|
||||||
title: "Social Media Management",
|
|
||||||
description: "Engagement-driven content strategy.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Palette,
|
|
||||||
title: "Branding & Design",
|
|
||||||
description: "Premium identity design.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Video,
|
|
||||||
title: "Video Production",
|
|
||||||
description: "Engaging visual storytelling.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Search,
|
|
||||||
title: "SEO Optimization",
|
|
||||||
description: "Visibility and search rank growth.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Services"
|
title="Our Services"
|
||||||
description="Custom digital solutions built to scale your business."
|
description="Custom digital solutions built to scale your business."
|
||||||
@@ -126,22 +81,13 @@ export default function LandingPage() {
|
|||||||
title="Why Choose Kwick Fix?"
|
title="Why Choose Kwick Fix?"
|
||||||
description="We bridge the gap between creative human strategy and efficient AI-powered execution for local businesses."
|
description="We bridge the gap between creative human strategy and efficient AI-powered execution for local businesses."
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{ title: "Fast Turnaround", description: "Rapid development and deployment." },
|
||||||
title: "Fast Turnaround",
|
{ title: "AI-Enhanced Workflows", description: "Efficiency built into every layer." },
|
||||||
description: "Rapid development and deployment.",
|
{ title: "Local Expertise", description: "Dedicated service for local brands." },
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "AI-Enhanced Workflows",
|
|
||||||
description: "Efficiency built into every layer.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Local Expertise",
|
|
||||||
description: "Dedicated service for local brands.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
imageAlt="AI marketing dashboard concept"
|
imageAlt="Marketing strategy"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -152,44 +98,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "website-launch",
|
id: "website-launch", title: "Website Launch Package", price: "$899", period: "one-time", features: ["Custom 5-page site", "Mobile optimization", "Contact forms", "SEO setup", "Booking integration"],
|
||||||
title: "Website Launch Package",
|
button: { text: "Start Project", href: "#contact" },
|
||||||
price: "$899",
|
imageSrc: "http://img.b2bpic.net/free-photo/web-design-concept-with-drawings_1134-77.jpg", imageAlt: "Website concept"},
|
||||||
period: "one-time",
|
|
||||||
features: [
|
|
||||||
"Custom 5-page site",
|
|
||||||
"Mobile optimization",
|
|
||||||
"Contact forms",
|
|
||||||
"SEO setup",
|
|
||||||
"Booking integration",
|
|
||||||
],
|
|
||||||
button: {
|
|
||||||
text: "Start Project",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/web-design-concept-with-drawings_1134-77.jpg",
|
|
||||||
imageAlt: "modern technology icon",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "managed-hosting",
|
id: "managed-hosting", title: "Managed Maintenance", price: "$97", period: "/month", features: ["Fast secure hosting", "SSL certificate", "Weekly backups", "Plugin updates", "Security monitoring", "Analytics reports"],
|
||||||
title: "Managed Maintenance",
|
button: { text: "Get Managed Growth", href: "#contact" },
|
||||||
price: "$97",
|
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=2", imageAlt: "Hosting services"},
|
||||||
period: "/month",
|
|
||||||
features: [
|
|
||||||
"Fast secure hosting",
|
|
||||||
"SSL certificate",
|
|
||||||
"Weekly backups",
|
|
||||||
"Plugin updates",
|
|
||||||
"Security monitoring",
|
|
||||||
"Analytics reports",
|
|
||||||
],
|
|
||||||
button: {
|
|
||||||
text: "Get Managed Growth",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=2",
|
|
||||||
imageAlt: "modern technology icon",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Transparent Pricing"
|
title="Transparent Pricing"
|
||||||
description="Simple packages for sustainable business growth."
|
description="Simple packages for sustainable business growth."
|
||||||
@@ -203,21 +118,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", value: "100+", description: "Businesses Scaled" },
|
||||||
id: "m1",
|
{ id: "m2", value: "2.5M+", description: "Leads Processed" },
|
||||||
value: "100+",
|
{ id: "m3", value: "15+", description: "Years Combined Experience" },
|
||||||
description: "Businesses Scaled",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m2",
|
|
||||||
value: "2.5M+",
|
|
||||||
description: "Leads Processed",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3",
|
|
||||||
value: "15+",
|
|
||||||
description: "Years Combined Experience",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Impact"
|
title="Our Impact"
|
||||||
description="Results that speak for themselves."
|
description="Results that speak for themselves."
|
||||||
@@ -230,41 +133,8 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", name: "Sarah Miller", handle: "@SarahConsulting", testimonial: "Kwick Fix completely revamped our lead flow. Absolute game changers.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg" },
|
||||||
id: "1",
|
{ id: "2", name: "Mark Stevens", handle: "@StevensHomeService", testimonial: "The AI automation they set up for us saved me hours of administrative work every week.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2075.jpg" },
|
||||||
name: "Sarah Miller",
|
|
||||||
handle: "@SarahConsulting",
|
|
||||||
testimonial: "Kwick Fix completely revamped our lead flow. Absolute game changers.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Mark Stevens",
|
|
||||||
handle: "@StevensHomeService",
|
|
||||||
testimonial: "The AI automation they set up for us saved me hours of administrative work every week.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2075.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Elena Rodriguez",
|
|
||||||
handle: "@ElenaClinic",
|
|
||||||
testimonial: "Premium design quality, super responsive team, and great results.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-desk-table-business-company-office_482257-16773.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "David Chan",
|
|
||||||
handle: "@ChanRealEstate",
|
|
||||||
testimonial: "Best investment we've made for our branding. Our site now looks like a multi-million dollar business.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-african-man-white-shirt_171337-7992.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
name: "Linda V.",
|
|
||||||
handle: "@WellnessCenter",
|
|
||||||
testimonial: "Professional, fast, and the AI marketing strategies actually work. Couldn't recommend more.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Client Success"
|
title="Client Success"
|
||||||
description="Trusted by small businesses everywhere."
|
description="Trusted by small businesses everywhere."
|
||||||
@@ -276,21 +146,8 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "q1", title: "How long does it take?", content: "Most website projects are live in under 2 weeks." },
|
||||||
id: "q1",
|
{ id: "q2", title: "What about hosting?", content: "We offer a fully managed hosting service to keep your site fast and secure." },
|
||||||
title: "How long does it take?",
|
|
||||||
content: "Most website projects are live in under 2 weeks.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "q2",
|
|
||||||
title: "What about hosting?",
|
|
||||||
content: "We offer a fully managed hosting service to keep your site fast and secure.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "q3",
|
|
||||||
title: "Can I request revisions?",
|
|
||||||
content: "Absolutely. Each project includes 2 rounds of revisions.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Common Questions"
|
title="Common Questions"
|
||||||
description="Answers to get you started quickly."
|
description="Answers to get you started quickly."
|
||||||
@@ -301,15 +158,13 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "animated-grid" }}
|
||||||
variant: "animated-grid",
|
|
||||||
}}
|
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
title="Let's Scale Your Business"
|
title="Let's Scale Your Business"
|
||||||
description="Book a free 20-minute discovery call to map out your digital growth."
|
description="Book a free 20-minute discovery call to map out your digital growth."
|
||||||
buttonText="Book Strategy Call"
|
buttonText="Book Strategy Call"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=3"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DlDKyaQ793XNaygZ4mM21srfDY/uploaded-1778848053947-3ypd79k0.png?_wi=2"
|
||||||
imageAlt="AI marketing dashboard concept"
|
imageAlt="Contact"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -319,42 +174,10 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/remote-woman-working-modern-house-giving-voice-command-tablet-with-smart-home-application-lights-turning_482257-2265.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/remote-woman-working-modern-house-giving-voice-command-tablet-with-smart-home-application-lights-turning_482257-2265.jpg"
|
||||||
logoText="Kwick Fix Media & Marketing"
|
logoText="Kwick Fix Media & Marketing"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Services", items: [{ label: "Website Design", href: "#" }, { label: "AI Automation", href: "#" }] },
|
||||||
title: "Services",
|
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Contact", href: "#contact" }] },
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Website Design",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "AI Automation",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Social Media",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Company",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "About",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Pricing",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Contact",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageAlt="AI marketing dashboard concept"
|
imageAlt="Footer image"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user