Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-09 16:45:10 +00:00
2 changed files with 1371 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
carouselItems={[
{
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beef-burger-with-salad_23-2148784488.jpg", imageAlt: "Premium signature burger"},
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beef-burger-with-salad_23-2148784488.jpg?_wi=1", imageAlt: "Premium signature burger"},
{
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/cook-holding-tasty-burgers-front-view_23-2149897387.jpg", imageAlt: "Double beef burger"},
{
@@ -151,10 +151,10 @@ export default function LandingPage() {
features={[
{
id: "1", title: "30 Minutes or Less", tags: ["Guarantee", "City Wide"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-thoughtful-young-adult-wearing-red-blouse-hat-gloves-medical-mask-delivering-order-sitting-scooter-yellow-wall_179666-33486.jpg", imageAlt: "Fast delivery service"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-thoughtful-young-adult-wearing-red-blouse-hat-gloves-medical-mask-delivering-order-sitting-scooter-yellow-wall_179666-33486.jpg?_wi=1", imageAlt: "Fast delivery service"},
{
id: "2", title: "Hot & Fresh Guarantee", tags: ["Premium", "Quality"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-thoughtful-young-adult-wearing-red-blouse-hat-gloves-medical-mask-delivering-order-sitting-scooter-yellow-wall_179666-33486.jpg", imageAlt: "Fresh delivery"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-thoughtful-young-adult-wearing-red-blouse-hat-gloves-medical-mask-delivering-order-sitting-scooter-yellow-wall_179666-33486.jpg?_wi=2", imageAlt: "Fresh delivery"},
]}
title="Fast. Fresh. Reliable."
description="Hot and fresh at your door. No compromise. No delay."
@@ -201,7 +201,7 @@ export default function LandingPage() {
description="Order now and experience why everyone says: \"Klass.\""
subdescription="Premium fast food. Unforgettable quality. Every time."
icon={Utensils}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-beef-burger-with-salad_23-2148784488.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-beef-burger-with-salad_23-2148784488.jpg?_wi=2"
imageAlt="Premium Panda Burger"
mediaAnimation="slide-up"
useInvertedBackground={false}