Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-06 10:09:54 +00:00

View File

@@ -7,7 +7,7 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/ecommerce/productCatalog/ProductCatalog';
import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
export default function LandingPage() {
@@ -63,17 +63,12 @@ export default function LandingPage() {
</div>
<div id="menu" data-section="menu">
<ProductCardFour
title="Signature Food"
description="Perfekt stekyta. Saftigt. Krispigt. Balanserat."
gridVariant="bento-grid"
animationType="slide-up"
useInvertedBackground={false}
products={[
{ id: "p1", name: "2Basco Classic", price: "145 kr", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/burger-bread-bun-with-knife-wood-piece_114579-2980.jpg?_wi=1" },
{ id: "p2", name: "Cheese Supreme", price: "155 kr", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/burger-bread-bun-with-knife-wood-piece_114579-2980.jpg?_wi=2" }
]}
<ProductCatalog
layout="section"
products={[
{ id: "p1", name: "2Basco Classic", price: "145 kr", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/burger-bread-bun-with-knife-wood-piece_114579-2980.jpg?_wi=1" },
{ id: "p2", name: "Cheese Supreme", price: "155 kr", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/burger-bread-bun-with-knife-wood-piece_114579-2980.jpg?_wi=2" }
]}
/>
</div>