diff --git a/src/app/page.tsx b/src/app/page.tsx
index eb184ed..7e667ce 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,14 +2,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactText from '@/components/sections/contact/ContactText';
+import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
-import FooterSimple from '@/components/sections/footer/FooterSimple';
+import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
-import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
+import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
+import { MapPin, Phone, Clock, Instagram, Facebook } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,9 +31,10 @@ export default function LandingPage() {
@@ -86,12 +87,10 @@ export default function LandingPage() {
{ id: "p1", name: "Remix Taco", price: "€9.50", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=7" },
{ id: "p2", name: "Royal Marrakech", price: "€10.50", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=8" },
{ id: "p3", name: "Smash Sunrise Burger", price: "€8.50", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=9" },
- { id: "p4", name: "Fried Box", price: "€7.00", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=10" },
- { id: "p5", name: "Cheesy Fries", price: "€5.00", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=11" },
- { id: "p6", name: "Mix Wings (6pc)", price: "€6.50", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=12" }
+ { id: "p4", name: "Fried Box", price: "€7.00", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=10" }
]}
- title="Bekijk ons menu"
- description="Ontdek onze bestsellers, van de Royal Marrakech tot onze iconische Fried Box."
+ title="Proef onze signature gerechten"
+ description="Bekijk de favorieten van onze vaste gasten."
/>
@@ -102,55 +101,49 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={true}
features={[
- { title: "Takeaway.com", description: "Bestel direct via onze vertrouwde takeaway partner.", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=13", titleIconSrc: "MapPin", buttonText: "Bestel Nu" },
- { title: "Deliveroo", description: "Razendsnel bij je thuis bezorgd.", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=14", titleIconSrc: "Bike", buttonText: "Bestel Nu" },
- { title: "Uber Eats", description: "Gemakkelijk via je favoriete app.", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=15", titleIconSrc: "Smartphone", buttonText: "Bestel Nu" }
+ { title: "Takeaway.com", description: "Betrouwbaar en snel.", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=13", titleIconSrc: "https://api.iconify.design/lucide:shopping-bag.svg", buttonText: "Bestel" },
+ { title: "Deliveroo", description: "Voor de snelle trek.", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=14", titleIconSrc: "https://api.iconify.design/lucide:bike.svg", buttonText: "Bestel" },
+ { title: "Uber Eats", description: "Gemakkelijk via je app.", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg?_wi=15", titleIconSrc: "https://api.iconify.design/lucide:smartphone.svg", buttonText: "Bestel" }
]}
- title="Direct Bezorgd of Afhalen"
- description="Bezorging in heel Antwerpen en omstreken. Kies jouw favoriete platform."
+ title="Bestel gemakkelijk"
+ description="Laat het bezorgen of kom afhalen in Antwerpen."
/>
-
-
);
-}
+}
\ No newline at end of file