diff --git a/src/app/page.tsx b/src/app/page.tsx index ff3bb8a..660fdc5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,14 @@ 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 FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import { Award, Star, Users } from "lucide-react"; export default function LandingPage() { @@ -117,7 +117,7 @@ export default function LandingPage() { { id: "1", name: "Stařený steak", price: "495 Kč", imageSrc: "http://img.b2bpic.net/free-photo/perfectly-grilled-steak-with-herbs-spices_84443-72270.jpg" }, { id: "2", name: "Grilovaný candát", price: "425 Kč", imageSrc: "http://img.b2bpic.net/free-photo/seafood-mussels-salad-with-galetta-white-plate_114579-2359.jpg" }, { id: "3", name: "Domácí tagliatelle", price: "345 Kč", imageSrc: "http://img.b2bpic.net/free-photo/bowl-pasta-salad-with-cherry-tomatoes-black-olives-fresh-basil-leaves-wooden-table_9975-124585.jpg" }, - { id: "4", name: "Zeleninové rizoto", price: "295 Kč", imageSrc: "http://img.b2bpic.net/free-photo/shell-with-red-curry_1339-530.jpg" }, + { id: "4", name: "Zeleninové rizoto", price: "295 Kč", imageSrc: "http://img.b2bpic.net/shell-with-red-curry_1339-530.jpg" }, { id: "5", name: "Telecí vývar", price: "125 Kč", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-soup-chicken-broth-sprinkled-with-herbs_140725-2237.jpg" }, { id: "6", name: "Čokoládový fondant", price: "185 Kč", imageSrc: "http://img.b2bpic.net/free-photo/berry-cake-with-milk-souffle-cherry-strawberry-chocolate-sauce-tea-side-view_141793-3071.jpg" }, ]} @@ -127,42 +127,42 @@ export default function LandingPage() {