Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b139b6d1f | |||
| 0cc3b385a9 | |||
| 1511a6a4fd | |||
| 94a1ab0497 |
@@ -11,6 +11,7 @@ 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 (
|
||||||
@@ -28,7 +29,6 @@ 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,7 +246,6 @@ 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={[
|
||||||
{
|
{
|
||||||
@@ -279,4 +278,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user