Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-17 15:57:05 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Pricing",
id: "pricing",
},
name: "Pricing", id: "pricing"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="CarterDesigner"
/>
@@ -59,13 +51,9 @@ export default function LandingPage() {
description="Crafting high-conversion digital experiences for forward-thinking brands. Expert web design and development that translates vision into growth."
buttons={[
{
text: "View My Work",
href: "#features",
},
text: "View My Work", href: "#features"},
{
text: "Start a Project",
href: "#contact",
},
text: "Start a Project", href: "#contact"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320704.jpg"
@@ -92,20 +80,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Portfolio Sites",
description: "High-impact visual showcases designed to represent your unique brand and expertise with elegance.",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345421.jpg",
},
title: "Portfolio Sites", description: "High-impact visual showcases designed to represent your unique brand and expertise with elegance.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345421.jpg"},
{
title: "Landing Pages",
description: "Conversion-focused landing pages engineered to turn traffic into leads and clients with speed and precision.",
imageSrc: "http://img.b2bpic.net/free-photo/inspired-youth_53876-176745.jpg",
},
title: "Landing Pages", description: "Conversion-focused landing pages engineered to turn traffic into leads and clients with speed and precision.", imageSrc: "http://img.b2bpic.net/free-photo/inspired-youth_53876-176745.jpg"},
{
title: "Full-Stack Dev",
description: "Custom development solutions using cutting-edge tech stacks that are scalable, secure, and lightning-fast.",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-day_52683-160828.jpg",
},
title: "Full-Stack Dev", description: "Custom development solutions using cutting-edge tech stacks that are scalable, secure, and lightning-fast.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-day_52683-160828.jpg"},
]}
title="What I Do Best"
description="Premium services tailored to boost your digital presence and drive conversions effectively."
@@ -116,23 +95,15 @@ export default function LandingPage() {
<MetricCardTwo
textboxLayout="split"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "150+",
description: "Projects Delivered",
},
id: "m1", value: "150+", description: "Projects Delivered"},
{
id: "m2",
value: "99.9%",
description: "Client Satisfaction",
},
id: "m2", value: "99.9%", description: "Client Satisfaction"},
{
id: "m3",
value: "2x",
description: "Avg Conversion Lift",
},
id: "m3", value: "2x", description: "Avg Conversion Lift"},
]}
title="Proven Impact"
description="Quantifiable results that demonstrate the effectiveness of my designs and development practices."
@@ -147,45 +118,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Creative Lead",
company: "DesignCo",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
},
id: "1", name: "Sarah J.", role: "Creative Lead", company: "DesignCo", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
{
id: "2",
name: "Michael C.",
role: "Founder",
company: "TechLabs",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg",
},
id: "2", name: "Michael C.", role: "Founder", company: "TechLabs", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg"},
{
id: "3",
name: "Emily R.",
role: "Director",
company: "Innovate",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-art-studio_23-2149705900.jpg",
},
id: "3", name: "Emily R.", role: "Director", company: "Innovate", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-art-studio_23-2149705900.jpg"},
{
id: "4",
name: "David K.",
role: "PM",
company: "Growth",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg",
},
id: "4", name: "David K.", role: "PM", company: "Growth", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg"},
{
id: "5",
name: "Jane D.",
role: "CEO",
company: "Vision",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg",
},
id: "5", name: "Jane D.", role: "CEO", company: "Vision", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg"},
]}
title="Loved by Clients"
description="Client success stories showcasing how my work elevated their businesses and digital presence."
@@ -197,14 +143,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
names={[
"Microsoft",
"Google",
"Apple",
"Airbnb",
"Amazon",
"Shopify",
"Stripe",
]}
"Microsoft", "Google", "Apple", "Airbnb", "Amazon", "Shopify", "Stripe"]}
title="Trusted By Industry Leaders"
description="Collaborating with elite teams and world-class organizations to build digital products that scale."
/>
@@ -215,20 +154,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "How long does a project take?",
content: "Most landing page projects are completed within 2-3 weeks depending on the complexity of your requirements.",
},
id: "q1", title: "How long does a project take?", content: "Most landing page projects are completed within 2-3 weeks depending on the complexity of your requirements."},
{
id: "q2",
title: "What is your design process?",
content: "We start with a discovery phase, move to design mockups, and end with development and launch, keeping you informed at every step.",
},
id: "q2", title: "What is your design process?", content: "We start with a discovery phase, move to design mockups, and end with development and launch, keeping you informed at every step."},
{
id: "q3",
title: "Can you handle maintenance?",
content: "Yes, I offer ongoing maintenance and support packages to ensure your site remains secure and updated.",
},
id: "q3", title: "Can you handle maintenance?", content: "Yes, I offer ongoing maintenance and support packages to ensure your site remains secure and updated."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about working with CarterDesigner."
@@ -240,14 +170,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
text="Ready to launch your next big project? Let's build something extraordinary together."
buttons={[
{
text: "Contact Me Now",
href: "mailto:hello@carterdesigner.com",
},
text: "Contact Me Now", href: "mailto:hello@carterdesigner.com"},
]}
/>
</div>
@@ -256,13 +183,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="CarterDesigner"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "© 2024 CarterDesigner. All rights reserved.",
href: "#",
}}
text: "© 2024 CarterDesigner. All rights reserved.", href: "#"}}
/>
</div>
</ReactLenis>