Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 53031109d6 | |||
| 11145e2087 | |||
| ffaab165d7 | |||
| aec527f077 | |||
| 2427dbdbab |
@@ -7,7 +7,7 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -47,15 +47,15 @@ export default function LandingPage() {
|
||||
title="Scratch-Made Brunch Magic in River Falls"
|
||||
description="Treat yourself to the local experience everyone's talking about. From our famous cinnamon rolls to savory breakfast classics, every bite is made from scratch just for you."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "https://img.freepik.com/free-photo/freshly-baked-cinnamon-rolls-wooden-table_23-2148766782.jpg", imageAlt: "fresh homemade cinnamon rolls" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddk96vQqOn4fwu2HAHg7j8yOSf/uploaded-1778621538558-6ykxcxsf.jpg", imageAlt: "fresh homemade cinnamon rolls" },
|
||||
{ imageSrc: "https://img.freepik.com/free-photo/delicious-breakfast-with-pancakes-fruits_1150-24908.jpg", imageAlt: "fluffy pancakes with berries" },
|
||||
{ imageSrc: "https://img.freepik.com/free-photo/top-view-breakfast-table-with-omelet-vegetables_23-2148816281.jpg", imageAlt: "savory breakfast omelet" },
|
||||
{ imageSrc: "https://img.freepik.com/free-photo/tasty-breakfast-with-fried-eggs-tomatoes-toast_23-2148679410.jpg", imageAlt: "hearty breakfast plate" },
|
||||
{ imageSrc: "https://img.freepik.com/free-photo/cup-coffee-with-croissant-wooden-table_23-2148560076.jpg", imageAlt: "fresh morning coffee and pastry" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "https://img.freepik.com/free-photo/delicious-sandwich-with-bacon-eggs-tomato_23-2148855660.jpg", imageAlt: "breakfast sandwich plate" },
|
||||
{ imageSrc: "https://img.freepik.com/free-photo/homemade-fruit-pie-with-filling-wooden-board_23-2148873495.jpg", imageAlt: "freshly baked pie slice" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddk96vQqOn4fwu2HAHg7j8yOSf/uploaded-1778621538558-wj5evdcx.jpg", imageAlt: "breakfast sandwich plate" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddk96vQqOn4fwu2HAHg7j8yOSf/uploaded-1778621538558-46esf2t2.jpg", imageAlt: "freshly baked pie slice" },
|
||||
{ imageSrc: "https://img.freepik.com/free-photo/fresh-salad-with-grilled-chicken-vegetables_23-2148641979.jpg", imageAlt: "chicken salad lunch special" },
|
||||
{ imageSrc: "https://img.freepik.com/free-photo/breakfast-omelet-plate-diner_23-2148784322.jpg", imageAlt: "classic diner omelet" },
|
||||
{ imageSrc: "https://img.freepik.com/free-photo/tasty-berry-jam-jar-spoon-bread_23-2148633807.jpg", imageAlt: "homemade jam with toast" }
|
||||
|
||||
Reference in New Issue
Block a user