diff --git a/src/app/page.tsx b/src/app/page.tsx index 97eb320..770faca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import { Award, CheckCircle, Clock, Coffee, MapPin, Phone, ShieldCheck, Truck, Wheat } from "lucide-react"; +import { Award, CheckCircle, Clock, Coffee, MapPin, Phone, ShieldCheck, Truck } from "lucide-react"; export default function LandingPage() { return ( @@ -55,10 +55,10 @@ export default function LandingPage() { carouselItems={[ { id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rustic-bread-with-seeds_23-2148695486.jpg" }, { id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-bread-with-milk-jam_23-2148566693.jpg" }, - { id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-jam-white-cutting-board-flat-lay_176474-8182.jpg" }, - { id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-11156.jpg" }, - { id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-almonds-cherry-tomatoes-fig-slices-healthy-hot-dogs-with-chequered-napkin-white-backdrop_23-2147956764.jpg" }, - { id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/bread-slices-marble-piece-towel_114579-21970.jpg" }, + { id: "h3", imageSrc: "http://img.b2bpic.net/croissant-with-jam-white-cutting-board-flat-lay_176474-8182.jpg" }, + { id: "h4", imageSrc: "http://img.b2bpic.net/homemade-delicious-rustic-summer-berry-tartles_114579-11156.jpg" }, + { id: "h5", imageSrc: "http://img.b2bpic.net/close-up-almonds-cherry-tomatoes-fig-slices-healthy-hot-dogs-with-chequered-napkin-white-backdrop_23-2147956764.jpg" }, + { id: "h6", imageSrc: "http://img.b2bpic.net/bread-slices-marble-piece-towel_114579-21970.jpg" }, ]} /> @@ -81,6 +81,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="uniform-all-items-equal" + useInvertedBackground={false} products={[ { id: "p1", name: "Tradition", price: "1.20€", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-different-types-baguette-wooden-surface_141793-11295.jpg" }, { id: "p2", name: "Viennoiseries", price: "1.50€", imageSrc: "http://img.b2bpic.net/free-photo/baked-apples-foil-plate-with-walnuts_23-2147930967.jpg" }, @@ -111,6 +112,9 @@ export default function LandingPage() {