diff --git a/src/app/page.tsx b/src/app/page.tsx index dfc3baa..4993c03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,9 +3,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; @@ -32,16 +32,11 @@ export default function LandingPage() { @@ -142,19 +105,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "t1", name: "Mehmet A.", handle: "@mehmet", testimonial: "Best Pide ever! The kavurmalı is exceptionally delectable.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663851.jpg"}, - { - id: "t2", name: "Ayşe Y.", handle: "@ayse", testimonial: "Fantastic! Crunchy shell, top quality meat, simply delicious.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-sushi-park-picnic-nature_169016-22794.jpg"}, - { - id: "t3", name: "John D.", handle: "@john", testimonial: "A traditional gem. Fast service and extremely clean.", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117538.jpg"}, - { - id: "t4", name: "Selim K.", handle: "@selim", testimonial: "Generous toppings and incredible flavor profiles every time.", imageSrc: "http://img.b2bpic.net/free-photo/girl-eats-dolma-with-yogurt-tears-piece-bread_140725-9187.jpg"}, - { - id: "t5", name: "Emine S.", handle: "@emine", testimonial: "Love the free tea and salads. A proper salon experience.", imageSrc: "http://img.b2bpic.net/free-photo/world-health-day-celebration-with-nutritious-food_23-2151359001.jpg"}, + { id: "t1", name: "Mehmet A.", handle: "@mehmet", testimonial: "Hayatımda yediğim en iyi pide! Kavurmalısı efsane.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663851.jpg" }, + { id: "t2", name: "Ayşe Y.", handle: "@ayse", testimonial: "Harika! Çıtır hamuru ve kaliteli etiyle tam bir şölen.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-sushi-park-picnic-nature_169016-22794.jpg" }, ]} - title="Voices of Our Guests" - description="Hear what our regulars have to say about the Best Pide in town." + title="Misafirlerimizden Yorumlar" + description="Karadeniz Tadal'ı neden tercih ediyorlar?" /> @@ -162,10 +117,9 @@ export default function LandingPage() { @@ -173,55 +127,34 @@ export default function LandingPage() {
-