Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import TeamCardFour from '@/components/sections/team/TeamCardFour';
|
import TeamCardFour from '@/components/sections/team/TeamCardFour';
|
||||||
import ContactInline from '@/components/sections/contact/ContactInline';
|
import ContactInline from '@/components/sections/contact/ContactInline';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import { ShoppingCart, Sparkles, Target } from "lucide-react";
|
import { ShoppingCart, Sparkles, Target, X } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -85,11 +85,11 @@ export default function LandingPage() {
|
|||||||
negativeCard={{
|
negativeCard={{
|
||||||
title: "Traditional Marketing",
|
title: "Traditional Marketing",
|
||||||
items: [
|
items: [
|
||||||
"One-size-fits-all campaigns",
|
{ icon: X, text: "One-size-fits-all campaigns", iconColor: "#ff0000" },
|
||||||
"Limited measurement and analytics",
|
{ icon: X, text: "Limited measurement and analytics", iconColor: "#ff0000" },
|
||||||
"Slow adaptation to market changes",
|
{ icon: X, text: "Slow adaptation to market changes", iconColor: "#ff0000" },
|
||||||
"Higher costs with unclear ROI",
|
{ icon: X, text: "Higher costs with unclear ROI", iconColor: "#ff0000" },
|
||||||
"Outdated strategies and tactics"
|
{ icon: X, text: "Outdated strategies and tactics", iconColor: "#ff0000" }
|
||||||
]
|
]
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
@@ -342,4 +342,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user