Update src/app/page.tsx

This commit is contained in:
2026-04-11 22:32:13 +00:00
parent 57d3758684
commit 1deed33a2d

View File

@@ -28,22 +28,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Process",
id: "/process",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Process", id: "/process" },
{ name: "Contact", id: "/contact" },
]}
brandName="WedoWebsites"
/>
@@ -51,34 +39,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Simple, fast websites built by one person."
description="WedoWebsites crafts clear, high-performing sites for small businesses. Fast turnaround, transparent pricing, long-term support."
buttons={[
{
text: "Get a Free Quote",
href: "/contact",
},
{
text: "See Portfolio",
href: "#services",
},
{ text: "Get a Free Quote", href: "/contact" },
{ text: "See Portfolio", href: "#services" },
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-computer-dark-table-work-desk_169016-49125.jpg",
imageAlt: "web design workspace",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mockup-copy-space-blank-screen-concept_53876-120457.jpg",
imageAlt: "web design workspace",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/asian-female-developer-coding-cloud-computing-applications-pc_482257-124536.jpg",
imageAlt: "web design workspace",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-computer-dark-table-work-desk_169016-49125.jpg", imageAlt: "web design workspace" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mockup-copy-space-blank-screen-concept_53876-120457.jpg", imageAlt: "web design workspace" },
{ imageSrc: "http://img.b2bpic.net/free-photo/asian-female-developer-coding-cloud-computing-applications-pc_482257-124536.jpg", imageAlt: "web design workspace" },
]}
mediaAnimation="slide-up"
/>
@@ -90,27 +61,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
{
id: "f1",
title: "Custom Design",
subtitle: "Converts visitors into customers",
category: "Design",
value: "User-focused",
},
{
id: "f2",
title: "Performance-First",
subtitle: "Built for speed and SEO",
category: "Development",
value: "Fast-loading",
},
{
id: "f3",
title: "Maintenance & Hosting",
subtitle: "Secure, reliable, always online",
category: "Support",
value: "Managed",
},
{ id: "f1", title: "Custom Design", subtitle: "Converts visitors into customers", category: "Design", value: "User-focused" },
{ id: "f2", title: "Performance-First", subtitle: "Built for speed and SEO", category: "Development", value: "Fast-loading" },
{ id: "f3", title: "Maintenance & Hosting", subtitle: "Secure, reliable, always online", category: "Support", value: "Managed" },
]}
title="Built for performance and growth."
description="Custom designs, performance-first development, and reliable support."
@@ -123,41 +76,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Owner",
testimonial: "Liam built our site in two weeks. It's fast, looks great, and our sales are up.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-with-beard-smiling-camera-generated-by-ai_188544-33152.jpg",
},
{
id: "2",
name: "Mike B.",
role: "Director",
testimonial: "The best development experience I've had. Personal and effective.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
},
{
id: "3",
name: "Emily R.",
role: "Founder",
testimonial: "Transparent pricing and excellent communication.",
imageSrc: "http://img.b2bpic.net/free-photo/interested-gorgeous-man-with-black-eyes-looking-indoor-photo-fashionable-well-dressed-african-guy-glasses_197531-22079.jpg",
},
{
id: "4",
name: "David K.",
role: "Owner",
testimonial: "Clean design and great performance tuning.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman-standing-against-grey-wall-clenching-his-fist_23-2148087510.jpg",
},
{
id: "5",
name: "Anna P.",
role: "CEO",
testimonial: "Simplified our online store setup perfectly.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-trying-look-like-grown-up_23-2148244890.jpg",
},
{ id: "1", name: "Sarah J.", role: "Owner", testimonial: "Liam built our site in two weeks. It's fast, looks great, and our sales are up.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-with-beard-smiling-camera-generated-by-ai_188544-33152.jpg" },
{ id: "2", name: "Mike B.", role: "Director", testimonial: "The best development experience I've had. Personal and effective.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg" },
{ id: "3", name: "Emily R.", role: "Founder", testimonial: "Transparent pricing and excellent communication.", imageSrc: "http://img.b2bpic.net/free-photo/interested-gorgeous-man-with-black-eyes-looking-indoor-photo-fashionable-well-dressed-african-guy-glasses_197531-22079.jpg" },
{ id: "4", name: "David K.", role: "Owner", testimonial: "Clean design and great performance tuning.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman-standing-against-grey-wall-clenching-his-fist_23-2148087510.jpg" },
{ id: "5", name: "Anna P.", role: "CEO", testimonial: "Simplified our online store setup perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/girl-trying-look-like-grown-up_23-2148244890.jpg" },
]}
title="Loved by local businesses."
description="Here is what our clients say."
@@ -169,6 +92,10 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Testimonials"
description="Read what others say."
testimonials={[]}
kpiItems={[]}
/>
</div>
@@ -177,36 +104,17 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Blog"
description="Latest insights."
blogs={[]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Services",
href: "/services",
},
{
label: "About",
href: "/about",
},
],
},
{
items: [
{
label: "Contact",
href: "/contact",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
{ items: [{ label: "Services", href: "/services" }, { label: "About", href: "/about" }] },
{ items: [{ label: "Contact", href: "/contact" }, { label: "Privacy Policy", href: "#" }] },
]}
logoText="WedoWebsites"
/>