Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 861fc4fd9f | |||
| b1056ce9ce | |||
| 45532b26c9 | |||
| 8362e7ceaa | |||
| a9befcedd3 | |||
| 5286b1887f | |||
| 84a7187dcb | |||
| 4c796af6a4 | |||
| 90d407b0ba | |||
| efc1ccd1cb | |||
| 2b8fca1db1 | |||
| d492535a08 |
@@ -11,7 +11,6 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import { DollarSign, Eye, Heart, Sparkles, Target, TrendingUp, Zap } from 'lucide-react';
|
import { DollarSign, Eye, Heart, Sparkles, Target, TrendingUp, Zap } from 'lucide-react';
|
||||||
import Image from 'next/image';
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -29,6 +28,7 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
|
brandName="Marketing Champions"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Sobre Nosotros", id: "about" },
|
{ name: "Sobre Nosotros", id: "about" },
|
||||||
{ name: "Servicios", id: "pricing" },
|
{ name: "Servicios", id: "pricing" },
|
||||||
@@ -246,6 +246,7 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer" className="py-12 md:py-16">
|
<div id="footer" data-section="footer" className="py-12 md:py-16">
|
||||||
<div className="max-w-7xl mx-auto px-4">
|
<div className="max-w-7xl mx-auto px-4">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
|
logoText="Marketing Champions"
|
||||||
copyrightText="© 2025 Marketing Champions | Agencia de Marketing Digital"
|
copyrightText="© 2025 Marketing Champions | Agencia de Marketing Digital"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
@@ -278,4 +279,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user