Update src/app/page.tsx
This commit is contained in:
142
src/app/page.tsx
142
src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="LocalWeb Studio"
|
||||
/>
|
||||
@@ -57,13 +42,8 @@ export default function LandingPage() {
|
||||
<HeroLogo
|
||||
logoText="Helping Local Businesses Get Online Fast"
|
||||
description="Affordable, professional websites built for real results. We help local businesses get more customers with clean, fast, and mobile-friendly websites."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Free Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/desktop-with-computer_23-2148110247.jpg?_wi=1"
|
||||
buttons={[{ text: "Request a Free Quote", href: "/contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/desktop-with-computer_23-2148110247.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,41 +54,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Mobile-Friendly",
|
||||
description: "Every site looks great on every phone and device.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desktop-with-computer_23-2148110247.jpg?_wi=2",
|
||||
imageAlt: "minimalist modern office workspace",
|
||||
title: "Mobile-Friendly", description: "Every site looks great on every phone and device.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg", imageAlt: "mockup" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg", imageAlt: "mockup" }
|
||||
},
|
||||
{
|
||||
title: "Fast Delivery",
|
||||
description: "Get your professional site live in weeks, not months.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-asian-girl-cafe-uniform-barista-worker-with-laptop-looking-happy-surprised_1258-199451.jpg?_wi=1",
|
||||
imageAlt: "friendly web designer portrait",
|
||||
title: "Fast Delivery", description: "Get your professional site live in weeks, not months.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg", imageAlt: "mockup" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg", imageAlt: "mockup" }
|
||||
},
|
||||
{
|
||||
title: "Affordable Pricing",
|
||||
description: "Professional results that fit your small business budget.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg?_wi=2",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg?_wi=3",
|
||||
imageAlt: "restaurant website design mockup",
|
||||
},
|
||||
title: "Affordable Pricing", description: "Professional results that fit your small business budget.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg", imageAlt: "mockup" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg", imageAlt: "mockup" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="Why Work With Us"
|
||||
@@ -122,13 +78,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Trusted by Local Heroes"
|
||||
description="Businesses just like yours rely on us to grow their digital presence."
|
||||
names={[
|
||||
"The Coffee Cup",
|
||||
"Heights Dental",
|
||||
"City Repair Shop",
|
||||
"Metro Accounting",
|
||||
"Green Garden Landscaping",
|
||||
]}
|
||||
names={["The Coffee Cup", "Heights Dental", "City Repair Shop", "Metro Accounting", "Green Garden Landscaping"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -139,31 +89,11 @@ export default function LandingPage() {
|
||||
sideDescription="Clear answers to your most common questions."
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long does a build take?",
|
||||
content: "Most projects are completed within 2 to 4 weeks.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do I need to host it myself?",
|
||||
content: "We provide hosting packages so you don't have to worry about the technical side.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Will my site work on mobile?",
|
||||
content: "Absolutely, all our designs are fully responsive.",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Can I edit the content later?",
|
||||
content: "Yes, we build sites with easy-to-use CMS tools.",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
title: "What if I need support?",
|
||||
content: "Our maintenance plans cover ongoing support and updates.",
|
||||
},
|
||||
{ id: "f1", title: "How long does a build take?", content: "Most projects are completed within 2 to 4 weeks." },
|
||||
{ id: "f2", title: "Do I need to host it myself?", content: "We provide hosting packages so you don't have to worry about the technical side." },
|
||||
{ id: "f3", title: "Will my site work on mobile?", content: "Absolutely, all our designs are fully responsive." },
|
||||
{ id: "f4", title: "Can I edit the content later?", content: "Yes, we build sites with easy-to-use CMS tools." },
|
||||
{ id: "f5", title: "What if I need support?", content: "Our maintenance plans cover ongoing support and updates." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -171,9 +101,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in touch"
|
||||
title="Ready to get started?"
|
||||
description="Send us your email and we'll reach out to discuss your project."
|
||||
@@ -183,33 +111,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer-home" data-section="footer-home">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "/portfolio",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] }]}
|
||||
bottomLeftText="© 2024 LocalWeb Studio"
|
||||
bottomRightText="Built for Local Success"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user