Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-19 02:39:56 +00:00

View File

@@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
@@ -97,27 +97,21 @@ export default function LandingPage() {
</div>
<div id="menu" data-section="menu">
<ProductCardOne
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "b1", name: "Signature Crunch", price: "1200 DZD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-looking-hamburgers_23-2148614066.jpg?_wi=2"},
id: "b1", name: "Signature Crunch", price: "1200 DZD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-looking-hamburgers_23-2148614066.jpg?_wi=2", onQuantityChange: (q) => console.log(`Added ${q} Signature Crunch to cart`)},
{
id: "b2", name: "Royal Cheese", price: "1450 DZD", imageSrc: "http://img.b2bpic.net/free-photo/burger-lettuce-cheeseburger-fat-close-up_1122-2436.jpg?_wi=2"},
id: "b2", name: "Royal Cheese", price: "1450 DZD", imageSrc: "http://img.b2bpic.net/free-photo/burger-lettuce-cheeseburger-fat-close-up_1122-2436.jpg?_wi=2", onQuantityChange: (q) => console.log(`Added ${q} Royal Cheese to cart`)},
{
id: "b3", name: "Spicy Algiers", price: "1350 DZD", imageSrc: "http://img.b2bpic.net/free-photo/man-holds-mixed-burgers-wooden-board-meat-lettuce-tomato-cucumber-onion-top-view_141793-12411.jpg?_wi=2"},
{
id: "b4", name: "Mushroom Deluxe", price: "1500 DZD", imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535236.jpg?_wi=2"},
{
id: "b5", name: "Classic Burger", price: "950 DZD", imageSrc: "http://img.b2bpic.net/free-photo/hamburger_23-2147989470.jpg"},
{
id: "b6", name: "Crispy Chicken", price: "1100 DZD", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-homemade-delicious-sandwich-with-black-olive-plate-stained-white-surface-with-free-space_179666-42357.jpg"},
id: "b3", name: "Spicy Algiers", price: "1350 DZD", imageSrc: "http://img.b2bpic.net/free-photo/man-holds-mixed-burgers-wooden-board-meat-lettuce-tomato-cucumber-onion-top-view_141793-12411.jpg?_wi=2", onQuantityChange: (q) => console.log(`Added ${q} Spicy Algiers to cart`)},
]}
title="Featured Menu"
description="Our signature burgers, crafted for true taste enthusiasts."
description="Our signature burgers, crafted for true taste enthusiasts. Add items to your cart to begin your order."
/>
</div>
@@ -153,12 +147,6 @@ export default function LandingPage() {
id: "1", title: "Amazing Flavor", quote: "The crunch is real! Best burger in the city.", name: "Amine", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-holding-burger-cut-half_23-2148678849.jpg"},
{
id: "2", title: "Incredible Service", quote: "Fast, friendly, and delicious. My new favorite spot.", name: "Sarah", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-with-egg_23-2148678846.jpg"},
{
id: "3", title: "Juicy and Perfect", quote: "I love the attention to detail in every layer.", name: "Yacine", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/guy-black-gloves-holds-juicy-cheeseburger-brown-bread_140725-7028.jpg"},
{
id: "4", title: "True Quality", quote: "You can taste the quality in the ingredients.", name: "Fatima", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-sweet-potato-fries-with-sauce_23-2148678823.jpg"},
{
id: "5", title: "Will Come Back", quote: "Absolutely the best burger I've had in years.", name: "Karim", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-arrangement_23-2148868201.jpg"},
]}
title="What Our Customers Say"
description="Real feedback from our satisfied foodies across Algiers."
@@ -170,9 +158,11 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "rotated-rays-static"}}
tag="Contact Us"
title="Ready for your crunch?"
description="Order today or reach out for inquiries and catering."
tag="Order Today"
title="Checkout Your Order"
description="Please enter your details to complete your order."
buttonText="Complete Order"
termsText="By completing your order, you provide us with your first name, last name, phone number, state, and municipality information for delivery purposes."
/>
</div>