Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-05-05 06:04:29 +00:00

View File

@@ -47,8 +47,8 @@ export default function LandingPage() {
description="Experience fresh-to-order, high-quality burgers and shakes, crafted daily for your enjoyment."
tag="In-N-Out Burger"
mediaItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DICjRjMMZ7awFR4ASXS63DSQfT/uploaded-1777961027645-8vmwaqdr.jpg", imageAlt: "Fresh Burgers" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DICjRjMMZ7awFR4ASXS63DSQfT/uploaded-1777961027645-rgqsrzij.jpg", imageAlt: "Quality Ingredients" }
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DICjRjMMZ7awFR4ASXS63DSQfT/uploaded-1777961027645-8vmwaqdr.jpg?_wi=1", imageAlt: "Fresh Burgers" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DICjRjMMZ7awFR4ASXS63DSQfT/uploaded-1777961027645-rgqsrzij.jpg?_wi=1", imageAlt: "Quality Ingredients" }
]}
mediaAnimation="slide-up"
rating={4.7}
@@ -61,7 +61,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Freshness in Every Bite"
description="Known for our open-view kitchens, we prepare everything fresh to order. No freezers, no microwaves, just quality you can taste."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DICjRjMMZ7awFR4ASXS63DSQfT/uploaded-1777961027645-rgqsrzij.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DICjRjMMZ7awFR4ASXS63DSQfT/uploaded-1777961027645-rgqsrzij.jpg?_wi=2"
imageAlt="Open Kitchen Preparation"
/>
</div>
@@ -73,8 +73,8 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{ id: "p1", brand: "In-N-Out", name: "Double-Double", price: "Signature", rating: 5, reviewCount: "10k+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DICjRjMMZ7awFR4ASXS63DSQfT/uploaded-1777961027645-8vmwaqdr.jpg" },
{ id: "p2", brand: "In-N-Out", name: "Animal Style Fries", price: "Specialty", rating: 5, reviewCount: "8k+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DICjRjMMZ7awFR4ASXS63DSQfT/uploaded-1777961027645-rgqsrzij.jpg" },
{ id: "p1", brand: "In-N-Out", name: "Double-Double", price: "Signature", rating: 5, reviewCount: "10k+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DICjRjMMZ7awFR4ASXS63DSQfT/uploaded-1777961027645-8vmwaqdr.jpg?_wi=2" },
{ id: "p2", brand: "In-N-Out", name: "Animal Style Fries", price: "Specialty", rating: 5, reviewCount: "8k+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DICjRjMMZ7awFR4ASXS63DSQfT/uploaded-1777961027645-rgqsrzij.jpg?_wi=3" },
]}
title="Our Fan Favorites"
description="Explore our delicious signature burgers, loaded fries, and refreshing beverages."
@@ -113,7 +113,7 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Sarah J.", role: "Foodie", testimonial: "The best burger I have ever had! Animal style fries are a must.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DICjRjMMZ7awFR4ASXS63DSQfT/uploaded-1777961027645-8vmwaqdr.jpg" },
{ id: "t1", name: "Sarah J.", role: "Foodie", testimonial: "The best burger I have ever had! Animal style fries are a must.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DICjRjMMZ7awFR4ASXS63DSQfT/uploaded-1777961027645-8vmwaqdr.jpg?_wi=3" },
]}
title="What Our Fans Say"
description="Join thousands of satisfied guests who enjoy our quality burgers daily."
@@ -125,7 +125,7 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={true}
faqs={[{ id: "q1", title: "Do you offer delivery?", content: "No, we do not offer delivery at this time." }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DICjRjMMZ7awFR4ASXS63DSQfT/uploaded-1777961027645-rgqsrzij.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DICjRjMMZ7awFR4ASXS63DSQfT/uploaded-1777961027645-rgqsrzij.jpg?_wi=4"
title="Frequently Asked"
description="Have questions? We have the answers."
faqsAnimation="slide-up"
@@ -142,7 +142,7 @@ export default function LandingPage() {
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DICjRjMMZ7awFR4ASXS63DSQfT/uploaded-1777961027645-8vmwaqdr.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DICjRjMMZ7awFR4ASXS63DSQfT/uploaded-1777961027645-8vmwaqdr.jpg?_wi=4"
mediaPosition="right"
buttonText="Find Location"
/>