diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a18d02..1a6b3aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import TextAbout from '@/components/sections/about/TextAbout'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import { BarChart, Layers, ShoppingBag, Megaphone } from "lucide-react"; export default function LandingPage() { @@ -19,14 +19,14 @@ export default function LandingPage() {
- @@ -211,12 +134,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", title: "Which regions do you cover?", content: "We operate across Europe and the Middle East."}, - { - id: "f2", title: "How do I start a project?", content: "Contact us via the form below."}, - { - id: "f3", title: "Do you handle retail and marketing?", content: "Yes, we integrate both seamlessly."}, + { id: "f1", title: "Which regions do you cover?", content: "We operate across Europe and the Middle East." }, + { id: "f2", title: "How do I start a project?", content: "Contact us via the form below." }, ]} title="Frequently Asked" description="Common questions about Menta Group." @@ -227,8 +146,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file