diff --git a/src/app/page.tsx b/src/app/page.tsx
index e7f11f4..f096378 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
-import HeroOverlay from '@/components/sections/hero/HeroOverlay';
+import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -28,39 +28,26 @@ export default function LandingPage() {
-
@@ -81,33 +68,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- brand: "Bread",
- name: "Classic Sourdough",
- price: "$8.00",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/two-kinds-pastries-black-board_114579-88098.jpg",
- },
- {
- id: "p2",
- brand: "Pastry",
- name: "Almond Croissant",
- price: "$4.50",
- rating: 5,
- reviewCount: "85",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-freshly-baked-croissants-with-strawberries-jam_181624-60041.jpg",
- },
- {
- id: "p3",
- brand: "Sweet",
- name: "Cinnamon Swirl",
- price: "$3.75",
- rating: 4,
- reviewCount: "62",
- imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-muffins-croissants_23-2147693757.jpg",
- },
+ { id: "p1", brand: "Bread", name: "Classic Sourdough", price: "$8.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/two-kinds-pastries-black-board_114579-88098.jpg" },
+ { id: "p2", brand: "Pastry", name: "Almond Croissant", price: "$4.50", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-freshly-baked-croissants-with-strawberries-jam_181624-60041.jpg" },
+ { id: "p3", brand: "Sweet", name: "Cinnamon Swirl", price: "$3.75", rating: 4, reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-muffins-croissants_23-2147693757.jpg" },
]}
title="Today's Fresh Selection"
description="Hand-picked treats from our oven, straight to your table."
@@ -120,41 +83,9 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah Miller",
- handle: "@sarah_bakes",
- testimonial: "The best sourdough I have ever had! Perfectly crispy crust.",
- imageSrc: "http://img.b2bpic.net/free-photo/women-eating-sweets-coffee-shop_23-2148263260.jpg?_wi=1",
- },
- {
- id: "2",
- name: "James Cook",
- handle: "@chefjames",
- testimonial: "The croissants are incredibly buttery and authentic.",
- imageSrc: "http://img.b2bpic.net/free-photo/female-baker-showing-baked-sweet-puff-pastries-plate-bakery-shop-counter_23-2148189118.jpg",
- },
- {
- id: "3",
- name: "Elena Rodriguez",
- handle: "@elena_loves",
- testimonial: "Consistently fresh and friendly service. My morning stop.",
- imageSrc: "http://img.b2bpic.net/free-photo/lady-is-preparing-dessert-woman-bakes-cake-confectioner-with-chocolate-cake_1157-42204.jpg",
- },
- {
- id: "4",
- name: "David Chen",
- handle: "@david_eats",
- testimonial: "Fantastic cinnamon swirls, they are absolutely addictive!",
- imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-decided-dine-roadside-cafe-eating-hamburger_613910-19629.jpg",
- },
- {
- id: "5",
- name: "Maria Lopez",
- handle: "@maria_bakes",
- testimonial: "Everything is delicious. You can really taste the quality.",
- imageSrc: "http://img.b2bpic.net/free-photo/women-eating-sweets-coffee-shop_23-2148263260.jpg?_wi=2",
- },
+ { id: "1", name: "Sarah Miller", handle: "@sarah_bakes", testimonial: "The best sourdough I have ever had! Perfectly crispy crust.", imageSrc: "http://img.b2bpic.net/free-photo/women-eating-sweets-coffee-shop_23-2148263260.jpg?_wi=1" },
+ { id: "2", name: "James Cook", handle: "@chefjames", testimonial: "The croissants are incredibly buttery and authentic.", imageSrc: "http://img.b2bpic.net/free-photo/female-baker-showing-baked-sweet-puff-pastries-plate-bakery-shop-counter_23-2148189118.jpg" },
+ { id: "3", name: "Elena Rodriguez", handle: "@elena_loves", testimonial: "Consistently fresh and friendly service. My morning stop.", imageSrc: "http://img.b2bpic.net/free-photo/lady-is-preparing-dessert-woman-bakes-cake-confectioner-with-chocolate-cake_1157-42204.jpg" }
]}
title="What Our Community Says"
description="Join our happy regulars who start every day with our fresh bakes."
@@ -167,43 +98,15 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Trusted by Local Foodies"
description="Featured in top local lifestyle publications and food blogs."
- names={[
- "City Eats Magazine",
- "Daily Bread Weekly",
- "Local Bites Review",
- "Weekend Brunch Guide",
- "Artisanal Living",
- ]}
+ names={["City Eats Magazine", "Daily Bread Weekly", "Local Bites Review", "Weekend Brunch Guide", "Artisanal Living"]}
/>