diff --git a/src/app/page.tsx b/src/app/page.tsx
index 17388e1..b4d4928 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,12 +2,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactCTA from '@/components/sections/contact/ContactCTA';
-import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
-import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
+import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() {
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,33 +44,22 @@ export default function LandingPage() {
@@ -90,9 +71,7 @@ export default function LandingPage() {
title="Crafted with Care, Loved by Locals."
buttons={[
{
- text: "Experience Our Story",
- href: "#",
- },
+ text: "Experience Our Story", href: "#"},
]}
/>
@@ -105,47 +84,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "1",
- name: "Margherita Classico",
- price: "14€",
- variant: "Pizza",
- imageSrc: "http://img.b2bpic.net/free-photo/stuffed-pastry-with-sesame-seeds-marble-surface_114579-82193.jpg?_wi=1",
- },
+ id: "1", name: "Margherita Classico", price: "14€", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/stuffed-pastry-with-sesame-seeds-marble-surface_114579-82193.jpg?_wi=1"},
{
- id: "2",
- name: "Sunday Special Döner",
- price: "16€",
- variant: "Kebab",
- imageSrc: "http://img.b2bpic.net/free-photo/stuffed-pastry-with-sesame-seeds-marble-surface_114579-82193.jpg?_wi=2",
- },
+ id: "2", name: "Sunday Special Döner", price: "16€", variant: "Kebab", imageSrc: "http://img.b2bpic.net/free-photo/stuffed-pastry-with-sesame-seeds-marble-surface_114579-82193.jpg?_wi=2"},
{
- id: "3",
- name: "Classic Pide",
- price: "13€",
- variant: "Turkish",
- imageSrc: "http://img.b2bpic.net/free-photo/stuffed-pastry-with-sesame-seeds-marble-surface_114579-82193.jpg?_wi=3",
- },
+ id: "3", name: "Classic Pide", price: "13€", variant: "Turkish", imageSrc: "http://img.b2bpic.net/free-photo/stuffed-pastry-with-sesame-seeds-marble-surface_114579-82193.jpg?_wi=3"},
{
- id: "4",
- name: "Greek Mezze Plate",
- price: "12€",
- variant: "Sides",
- imageSrc: "http://img.b2bpic.net/free-photo/stuffed-pastry-with-sesame-seeds-marble-surface_114579-82193.jpg?_wi=4",
- },
+ id: "4", name: "Greek Mezze Plate", price: "12€", variant: "Sides", imageSrc: "http://img.b2bpic.net/free-photo/stuffed-pastry-with-sesame-seeds-marble-surface_114579-82193.jpg?_wi=4"},
{
- id: "5",
- name: "Vegetarian Pide",
- price: "14€",
- variant: "Turkish",
- imageSrc: "http://img.b2bpic.net/free-photo/stuffed-pastry-with-sesame-seeds-marble-surface_114579-82193.jpg?_wi=5",
- },
+ id: "5", name: "Vegetarian Pide", price: "14€", variant: "Turkish", imageSrc: "http://img.b2bpic.net/free-photo/stuffed-pastry-with-sesame-seeds-marble-surface_114579-82193.jpg?_wi=5"},
{
- id: "6",
- name: "Spicy Kebab Wrap",
- price: "12€",
- variant: "Kebab",
- imageSrc: "http://img.b2bpic.net/free-photo/stuffed-pastry-with-sesame-seeds-marble-surface_114579-82193.jpg?_wi=6",
- },
+ id: "6", name: "Spicy Kebab Wrap", price: "12€", variant: "Kebab", imageSrc: "http://img.b2bpic.net/free-photo/stuffed-pastry-with-sesame-seeds-marble-surface_114579-82193.jpg?_wi=6"},
]}
title="Signature Menu"
description="Discover our stone-baked pizzas, authentic döner, and Turkish specials."
@@ -153,100 +102,61 @@ export default function LandingPage() {
-
-
);
-}
+}
\ No newline at end of file