diff --git a/src/app/page.tsx b/src/app/page.tsx index 79c5d2d..9804b4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Truck, Calendar, MapPin, DollarSign } from 'lucide-react'; import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; import ContactText from '@/components/sections/contact/ContactText'; import FaqBase from '@/components/sections/faq/FaqBase'; @@ -30,22 +31,10 @@ export default function LandingPage() { @@ -244,21 +119,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Is it natural?", - content: "Yes, absolutely.", - }, - { - id: "f2", - title: "Where is it made?", - content: "In Florești.", - }, - { - id: "f3", - title: "Is delivery free?", - content: "Over 500 Lei.", - }, + { id: "f1", title: "Is it natural?", content: "Yes, absolutely." }, + { id: "f2", title: "Where is it made?", content: "In Florești." }, + { id: "f3", title: "Is delivery free?", content: "Over 500 Lei." } ]} title="QUESTIONS" description="Frequently asked questions about our process." @@ -269,9 +132,7 @@ export default function LandingPage() {
@@ -280,50 +141,10 @@ export default function LandingPage() { @@ -331,4 +152,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file