Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-07 12:45:56 +00:00

View File

@@ -7,7 +7,6 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
export default function LandingPage() {
@@ -75,7 +74,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "1", name: "Red Velvet Cupcake", price: "R35", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-plate-sweet-dessert-with-chocolate-tea-sieve-berries-red-napkin-side-marble-background_140725-136022.jpg?_wi=2" },
{ id: "1", name: "Red Velvet Cupcake", price: "R35", imageSrc: "https://img.freepik.com/free-photo/close-up-delicious-red-velvet-cupcake_23-2148761711.jpg?t=st=1715858200~exp=1715861800~hmac=e2098d5c414d7a8d5f4e1f7d983411a7a402377b75294a2e5d7d9e80b2a8d5f4" },
{ id: "2", name: "Carrot Cake", price: "R45", imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-slice-with-cream-cheese-frosting_123827-37144.jpg" },
{ id: "3", name: "Milkshakes", price: "R50", imageSrc: "http://img.b2bpic.net/free-photo/apple-cocktail-with-flowers-hand_140725-407.jpg" }
]}
@@ -120,4 +119,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}