Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-27 08:47:27 +00:00

View File

@@ -11,7 +11,7 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { HeartHandshake, Burger, Award } from "lucide-react";
import { HeartHandshake, UtensilsCrossed, Award } from "lucide-react";
export default function LandingPage() {
return (
@@ -63,7 +63,6 @@ export default function LandingPage() {
mediaAnimation="slide-up"
rating={5}
ratingText="Loved by thousands of foodies!"
useInvertedBackground={false}
tagAnimation="none"
buttonAnimation="none"
/>
@@ -121,11 +120,11 @@ export default function LandingPage() {
title="What Our Foodies Are Saying"
description="Don't just take our word for it. Our customers can't get enough of the Arsope Smash Burger experience!"
testimonials={[
{ id: "1", name: "Sarah J.", role: "Local Food Critic", company: "TasteBuds Blog", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-haired-woman-sits-outdoors-eats-delicious-sandwich-looks-gladfully-away-prefers-junk-food-dressed-casual-clothes-has-lunch-break-after-strolling-city-people-lifestyle-nutrition_273609-59180.jpg", imageAlt: "Portrait of Sarah J.", quote: "Arsope Smash Burgers are simply the best! Every bite is pure perfection." },
{ id: "2", name: "Mark T.", role: "Entrepreneur", company: "Startup Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg", imageAlt: "Portrait of Mark T.", quote: "The juiciest burgers I've ever had. A must-try for any burger enthusiast!" },
{ id: "3", name: "Emily R.", role: "Student", company: "City University", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-burger-funny-way_23-2150269608.jpg", imageAlt: "Portrait of Emily R.", quote: "Incredible flavors and fresh ingredients. My go-to for street food cravings." },
{ id: "4", name: "David L.", role: "Chef", company: "Gourmet Bistro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-masks-burgers_23-2148705563.jpg", imageAlt: "Portrait of David L.", quote: "As a chef, I appreciate the quality and technique. Arsope sets the standard." },
{ id: "5", name: "Jessica M.", role: "Marketing Specialist", company: "Creative Co.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-pizza-outdoors_23-2148737794.jpg", imageAlt: "Portrait of Jessica M.", quote: "Fast, friendly, and absolutely delicious. I'm a regular now!" }
{ id: "1", name: "Sarah J.", role: "Local Food Critic", company: "TasteBuds Blog", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-haired-woman-sits-outdoors-eats-delicious-sandwich-looks-gladfully-away-prefers-junk-food-dressed-casual-clothes-has-lunch-break-after-strolling-city-people-lifestyle-nutrition_273609-59180.jpg", imageAlt: "Portrait of Sarah J.", content: "Arsope Smash Burgers are simply the best! Every bite is pure perfection." },
{ id: "2", name: "Mark T.", role: "Entrepreneur", company: "Startup Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg", imageAlt: "Portrait of Mark T.", content: "The juiciest burgers I've ever had. A must-try for any burger enthusiast!" },
{ id: "3", name: "Emily R.", role: "Student", company: "City University", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-burger-funny-way_23-2150269608.jpg", imageAlt: "Portrait of Emily R.", content: "Incredible flavors and fresh ingredients. My go-to for street food cravings." },
{ id: "4", name: "David L.", role: "Chef", company: "Gourmet Bistro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-masks-burgers_23-2148705563.jpg", imageAlt: "Portrait of David L.", content: "As a chef, I appreciate the quality and technique. Arsope sets the standard." },
{ id: "5", name: "Jessica M.", role: "Marketing Specialist", company: "Creative Co.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-pizza-outdoors_23-2148737794.jpg", imageAlt: "Portrait of Jessica M.", content: "Fast, friendly, and absolutely delicious. I'm a regular now!" }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -139,7 +138,7 @@ export default function LandingPage() {
description="From a humble food cart to a beloved street food sensation, our numbers speak for themselves."
metrics={[
{ id: "1", icon: HeartHandshake, title: "Happy Customers", value: "20,000+" },
{ id: "2", icon: Burger, title: "Burgers Smashed", value: "50,000+" },
{ id: "2", icon: UtensilsCrossed, title: "Burgers Smashed", value: "50,000+" },
{ id: "3", icon: Award, title: "Industry Awards", value: "3+" }
]}
animationType="slide-up"