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 FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { DollarSign, Eye, Heart, Sparkles, Target, TrendingUp, Zap } from 'lucide-react';
|
||||
import Image from 'next/image';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -28,7 +29,6 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Marketing Champions"
|
||||
navItems={[
|
||||
{ name: "Sobre Nosotros", id: "about" },
|
||||
{ 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 className="max-w-7xl mx-auto px-4">
|
||||
<FooterBase
|
||||
logoText="Marketing Champions"
|
||||
copyrightText="© 2025 Marketing Champions | Agencia de Marketing Digital"
|
||||
columns={[
|
||||
{
|
||||
@@ -279,4 +278,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user