Merge version_1 into main #2
@@ -6,43 +6,26 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "/pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Portfolio", id: "/portfolio" }, { name: "About", id: "/about" }, { name: "Pricing", id: "/pricing" }, { name: "Contact", id: "/contact" }]}
|
||||
brandName="Lumevo"
|
||||
button={{
|
||||
text: "Book Your Free Call",
|
||||
href: "/contact",
|
||||
}}
|
||||
button={{ text: "Book Your Free Call", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,51 +34,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="About Lumevo"
|
||||
description={[
|
||||
"Lumevo is a Huntsville-based AI-powered agency born from a passion for speed and premium design.",
|
||||
"We believe local business owners deserve professional digital representation without the corporate bloat.",
|
||||
"With our 24-hour delivery promise and AI-accelerated workflows, we transform your vision into growth tools overnight.",
|
||||
]}
|
||||
"Lumevo is a Huntsville-based AI-powered agency born from a passion for speed and premium design.", "We believe local business owners deserve professional digital representation without the corporate bloat.", "With our 24-hour delivery promise and AI-accelerated workflows, we transform your vision into growth tools overnight."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "/portfolio",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "hello@lumevo.co",
|
||||
href: "mailto:hello@lumevo.co",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Portfolio", href: "/portfolio" }, { label: "About", href: "/about" }, { label: "Pricing", href: "/pricing" }, { label: "Contact", href: "/contact" }] }, { title: "Contact", items: [{ label: "hello@lumevo.co", href: "mailto:hello@lumevo.co" }] }]}
|
||||
bottomLeftText="© 2026 Lumevo · Huntsville, Alabama · AI-Powered Web Design"
|
||||
bottomRightText="Website in a Day"
|
||||
/>
|
||||
@@ -103,4 +48,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -7,43 +7,26 @@ import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "/pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Portfolio", id: "/portfolio" }, { name: "About", id: "/about" }, { name: "Pricing", id: "/pricing" }, { name: "Contact", id: "/contact" }]}
|
||||
brandName="Lumevo"
|
||||
button={{
|
||||
text: "Book Your Free Call",
|
||||
href: "/contact",
|
||||
}}
|
||||
button={{ text: "Book Your Free Call", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -53,32 +36,12 @@ export default function LandingPage() {
|
||||
title="Get Your Website in 24 Hours"
|
||||
description="Ready to launch your online presence? Tell us about your project, and we'll handle the design and development in record time."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "project",
|
||||
placeholder: "Tell us about your business goals",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/modern-sleek-web-agency-dashboard-previe-1774551826490-85084bd8.png?_wi=2"
|
||||
textarea={{ name: "project", placeholder: "Tell us about your business goals", rows: 4, required: true }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/modern-sleek-web-agency-dashboard-previe-1774551826490-85084bd8.png"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Request"
|
||||
/>
|
||||
@@ -89,21 +52,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do you deliver in just 24 hours?",
|
||||
content: "Our AI-powered workflow streamlines design, development, and deployment, allowing our expert team to focus on customization and quality control within a highly efficient timeframe.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "What information do I need to provide?",
|
||||
content: "To get started, we typically need your logo, business details, preferred color scheme, and any specific content or imagery you would like to feature on your site.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are your websites mobile-responsive?",
|
||||
content: "Absolutely. Every website we build is fully responsive and optimized for all devices, including desktops, tablets, and smartphones.",
|
||||
},
|
||||
{ id: "1", title: "How do you deliver in just 24 hours?", content: "Our AI-powered workflow streamlines design, development, and deployment, allowing our expert team to focus on customization and quality control within a highly efficient timeframe." },
|
||||
{ id: "2", title: "What information do I need to provide?", content: "To get started, we typically need your logo, business details, preferred color scheme, and any specific content or imagery you would like to feature on your site." },
|
||||
{ id: "3", title: "Are your websites mobile-responsive?", content: "Absolutely. Every website we build is fully responsive and optimized for all devices, including desktops, tablets, and smartphones." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have more questions? Here are the most common things our clients ask about our 24-hour service."
|
||||
@@ -113,38 +64,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Web Design",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "AI Strategy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[{ title: "Services", items: [{ label: "Web Design", href: "#" }, { label: "AI Strategy", href: "#" }] }, { title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Contact", href: "/contact" }] }]}
|
||||
copyrightText="© 2025 Lumevo | Website in a Day"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
120
src/app/page.tsx
120
src/app/page.tsx
@@ -12,82 +12,42 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "/pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Lumevo"
|
||||
button={{
|
||||
text: "Book Your Free Call",
|
||||
href: "/contact",
|
||||
}}
|
||||
button={{ text: "Book Your Free Call", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
title="We Build Stunning Websites in a Single Day"
|
||||
description="AI-powered web design for Huntsville local businesses — delivered in 24 hours, starting at $800."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Free Call",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
text: "See Our Work",
|
||||
href: "/portfolio",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Your Free Call", href: "/contact" }, { text: "See Our Work", href: "/portfolio" }]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/modern-sleek-web-agency-dashboard-previe-1774551826490-85084bd8.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/professional-business-website-mockup-on--1774551828209-90beb221.png",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/ai-powered-web-design-interface-with-ana-1774551827480-deb7e7c1.png",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/high-end-restaurant-website-mockup-frame-1774551828875-8f65e40d.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/modern-real-estate-agency-website-mockup-1774551828180-a860c784.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/advanced-salon-booking-website-dashboard-1774551826782-8c710f03.png?_wi=1",
|
||||
},
|
||||
{ id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/modern-sleek-web-agency-dashboard-previe-1774551826490-85084bd8.png" },
|
||||
{ id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/professional-business-website-mockup-on--1774551828209-90beb221.png" },
|
||||
{ id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/ai-powered-web-design-interface-with-ana-1774551827480-deb7e7c1.png" },
|
||||
{ id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/high-end-restaurant-website-mockup-frame-1774551828875-8f65e40d.png" },
|
||||
{ id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/modern-real-estate-agency-website-mockup-1774551828180-a860c784.png" },
|
||||
{ id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/advanced-salon-booking-website-dashboard-1774551826782-8c710f03.png" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,40 +55,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "/portfolio",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "hello@lumevo.co",
|
||||
href: "mailto:hello@lumevo.co",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Portfolio", href: "/portfolio" }, { label: "About", href: "/about" }, { label: "Pricing", href: "/pricing" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Contact", items: [{ label: "hello@lumevo.co", href: "mailto:hello@lumevo.co" }] },
|
||||
]}
|
||||
bottomLeftText="© 2026 Lumevo · Huntsville, Alabama · AI-Powered Web Design"
|
||||
bottomRightText="Website in a Day"
|
||||
@@ -137,4 +65,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -6,43 +6,26 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function PortfolioPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "/pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Portfolio", id: "/portfolio" }, { name: "About", id: "/about" }, { name: "Pricing", id: "/pricing" }, { name: "Contact", id: "/contact" }]}
|
||||
brandName="Lumevo"
|
||||
button={{
|
||||
text: "Book Your Free Call",
|
||||
href: "/contact",
|
||||
}}
|
||||
button={{ text: "Book Your Free Call", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -53,33 +36,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Hospitality",
|
||||
name: "The Ember Table",
|
||||
price: "Restaurant",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/high-end-restaurant-website-mockup-frame-1774551828875-8f65e40d.png?_wi=2",
|
||||
rating: 5,
|
||||
reviewCount: "Live",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Construction",
|
||||
name: "Apex Home Services",
|
||||
price: "Contractor",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/modern-real-estate-agency-website-mockup-1774551828180-a860c784.png?_wi=2",
|
||||
rating: 5,
|
||||
reviewCount: "Live",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Beauty",
|
||||
name: "Coming Soon",
|
||||
price: "Salon",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/advanced-salon-booking-website-dashboard-1774551826782-8c710f03.png?_wi=2",
|
||||
rating: 0,
|
||||
reviewCount: "Coming",
|
||||
},
|
||||
{ id: "1", brand: "Hospitality", name: "The Ember Table", price: "Restaurant", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/high-end-restaurant-website-mockup-frame-1774551828875-8f65e40d.png", rating: 5, reviewCount: "Live" },
|
||||
{ id: "2", brand: "Construction", name: "Apex Home Services", price: "Contractor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/modern-real-estate-agency-website-mockup-1774551828180-a860c784.png", rating: 5, reviewCount: "Live" },
|
||||
{ id: "3", brand: "Beauty", name: "Coming Soon", price: "Salon", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUlbvEeUEAhxJVbH5BwsWKCYOs/advanced-salon-booking-website-dashboard-1774551826782-8c710f03.png", rating: 0, reviewCount: "Coming" },
|
||||
]}
|
||||
title="Our Work"
|
||||
description="Showcasing premium web design for Huntsville businesses."
|
||||
@@ -88,42 +47,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "/portfolio",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "hello@lumevo.co",
|
||||
href: "mailto:hello@lumevo.co",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Portfolio", href: "/portfolio" }, { label: "About", href: "/about" }, { label: "Pricing", href: "/pricing" }, { label: "Contact", href: "/contact" }] }, { title: "Contact", items: [{ label: "hello@lumevo.co", href: "mailto:hello@lumevo.co" }] }]}
|
||||
bottomLeftText="© 2026 Lumevo · Huntsville, Alabama · AI-Powered Web Design"
|
||||
bottomRightText="Website in a Day"
|
||||
/>
|
||||
@@ -131,4 +55,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -6,43 +6,26 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function PricingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "/pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Portfolio", id: "/portfolio" }, { name: "About", id: "/about" }, { name: "Pricing", id: "/pricing" }, { name: "Contact", id: "/contact" }]}
|
||||
brandName="Lumevo"
|
||||
button={{
|
||||
text: "Book Your Free Call",
|
||||
href: "/contact",
|
||||
}}
|
||||
button={{ text: "Book Your Free Call", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -52,57 +35,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
title: "Starter",
|
||||
price: "$800",
|
||||
period: "One-time",
|
||||
features: [
|
||||
"3–4 pages",
|
||||
"Mobile responsive",
|
||||
"AI copy included",
|
||||
"Contact form",
|
||||
"Delivered in 24h",
|
||||
],
|
||||
button: {
|
||||
text: "Book Now",
|
||||
href: "/contact",
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "business",
|
||||
title: "Business",
|
||||
price: "$1,500",
|
||||
period: "One-time",
|
||||
features: [
|
||||
"5–6 pages",
|
||||
"Custom SEO",
|
||||
"Booking Integration",
|
||||
"Google Business setup",
|
||||
"Delivered in 24h",
|
||||
],
|
||||
button: {
|
||||
text: "Book Now",
|
||||
href: "/contact",
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
title: "Premium",
|
||||
price: "$2,500",
|
||||
period: "One-time",
|
||||
features: [
|
||||
"Up to 8 pages",
|
||||
"Custom design",
|
||||
"Advanced SEO",
|
||||
"30-day support",
|
||||
"Priority delivery",
|
||||
],
|
||||
button: {
|
||||
text: "Book Now",
|
||||
href: "/contact",
|
||||
},
|
||||
},
|
||||
{ id: "starter", title: "Starter", price: "$800", period: "One-time", features: ["3–4 pages", "Mobile responsive", "AI copy included", "Contact form", "Delivered in 24h"], button: { text: "Book Now", href: "/contact" } },
|
||||
{ id: "business", title: "Business", price: "$1,500", period: "One-time", features: ["5–6 pages", "Custom SEO", "Booking Integration", "Google Business setup", "Delivered in 24h"], button: { text: "Book Now", href: "/contact" } },
|
||||
{ id: "premium", title: "Premium", price: "$2,500", period: "One-time", features: ["Up to 8 pages", "Custom design", "Advanced SEO", "30-day support", "Priority delivery"], button: { text: "Book Now", href: "/contact" } },
|
||||
]}
|
||||
title="Transparent Pricing"
|
||||
description="Premium quality, fast delivery."
|
||||
@@ -111,42 +46,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "/portfolio",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "hello@lumevo.co",
|
||||
href: "mailto:hello@lumevo.co",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Portfolio", href: "/portfolio" }, { label: "About", href: "/about" }, { label: "Pricing", href: "/pricing" }, { label: "Contact", href: "/contact" }] }, { title: "Contact", items: [{ label: "hello@lumevo.co", href: "mailto:hello@lumevo.co" }] }]}
|
||||
bottomLeftText="© 2026 Lumevo · Huntsville, Alabama · AI-Powered Web Design"
|
||||
bottomRightText="Website in a Day"
|
||||
/>
|
||||
@@ -154,4 +54,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user