Merge version_6 into main #9

Merged
bender merged 5 commits from version_6 into main 2026-03-26 19:26:51 +00:00
5 changed files with 10 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ export default function AboutPage() {
<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" }}
/>
@@ -40,7 +40,7 @@ export default function AboutPage() {
<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"
/>

View File

@@ -24,7 +24,7 @@ export default function ContactPage() {
<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" }}
/>
@@ -64,7 +64,7 @@ export default function ContactPage() {
<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>

View File

@@ -28,6 +28,7 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "#hero" },
{ name: "Portfolio", id: "#portfolio" },
{ name: "Contact", id: "#contact" },
]}
brandName="Lumevo"
button={{ text: "Book Your Free Call", href: "#contact" }}
@@ -73,7 +74,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Portfolio", href: "#portfolio" }] },
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Portfolio", href: "#portfolio" }, { 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"

View File

@@ -23,7 +23,7 @@ export default function PortfolioPage() {
<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" }}
/>
@@ -47,7 +47,7 @@ export default function PortfolioPage() {
<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"
/>

View File

@@ -23,7 +23,7 @@ export default function PricingPage() {
<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" }}
/>
@@ -46,7 +46,7 @@ export default function PricingPage() {
<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"
/>