Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 07:42:54 +00:00

View File

@@ -96,17 +96,17 @@ export default function LandingPage() {
tag="Popular Items"
products={[
{
id: "1", name: "Vegan Breakfast", price: "kr 145", imageSrc: "http://img.b2bpic.net/free-photo/steaming-cup-coffee-butter-croissant-rustic-wooden-table_123827-36433.jpg", imageAlt: "Vegan breakfast platter"},
id: "1", name: "Vegan Breakfast", price: "kr 145", imageSrc: "http://img.b2bpic.net/free-photo/steaming-cup-coffee-butter-croissant-rustic-wooden-table_123827-36433.jpg?_wi=1", imageAlt: "Vegan breakfast platter"},
{
id: "2", name: "Kaffe Latte", price: "kr 55", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_74190-1198.jpg", imageAlt: "Premium latte coffee"},
{
id: "3", name: "Muesli & Berries", price: "kr 95", imageSrc: "http://img.b2bpic.net/free-photo/steaming-cup-coffee-butter-croissant-rustic-wooden-table_123827-36433.jpg", imageAlt: "Fresh muesli with berries"},
id: "3", name: "Muesli & Berries", price: "kr 95", imageSrc: "http://img.b2bpic.net/free-photo/steaming-cup-coffee-butter-croissant-rustic-wooden-table_123827-36433.jpg?_wi=2", imageAlt: "Fresh muesli with berries"},
{
id: "4", name: "Carrot Cake", price: "kr 65", imageSrc: "http://img.b2bpic.net/free-photo/delicious-christmas-cheesecake-with-cranberries-cookies-stars-white-table_181624-39171.jpg", imageAlt: "Homemade carrot cake"},
id: "4", name: "Carrot Cake", price: "kr 65", imageSrc: "http://img.b2bpic.net/free-photo/delicious-christmas-cheesecake-with-cranberries-cookies-stars-white-table_181624-39171.jpg?_wi=1", imageAlt: "Homemade carrot cake"},
{
id: "5", name: "Cheesecake", price: "kr 75", imageSrc: "http://img.b2bpic.net/free-photo/delicious-christmas-cheesecake-with-cranberries-cookies-stars-white-table_181624-39171.jpg", imageAlt: "Classic New York cheesecake"},
id: "5", name: "Cheesecake", price: "kr 75", imageSrc: "http://img.b2bpic.net/free-photo/delicious-christmas-cheesecake-with-cranberries-cookies-stars-white-table_181624-39171.jpg?_wi=2", imageAlt: "Classic New York cheesecake"},
{
id: "6", name: "Lemon Meringue Pie", price: "kr 85", imageSrc: "http://img.b2bpic.net/free-photo/delicious-christmas-cheesecake-with-cranberries-cookies-stars-white-table_181624-39171.jpg", imageAlt: "Signature lemon meringue pie"},
id: "6", name: "Lemon Meringue Pie", price: "kr 85", imageSrc: "http://img.b2bpic.net/free-photo/delicious-christmas-cheesecake-with-cranberries-cookies-stars-white-table_181624-39171.jpg?_wi=3", imageAlt: "Signature lemon meringue pie"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -122,13 +122,13 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sofia Jensen", role: "Café Enthusiast", company: "Local Regular", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sofia Jensen"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Sofia Jensen"},
{
id: "2", name: "Marcus Andersen", role: "Remote Worker", company: "Tech Professional", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman_1163-3145.jpg", imageAlt: "Marcus Andersen"},
{
id: "3", name: "Emilia Larsen", role: "Food Blogger", company: "Local Creator", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Emilia Larsen"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Emilia Larsen"},
{
id: "4", name: "Thomas Nielsen", role: "Student", company: "AAU Aalborg", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg", imageAlt: "Thomas Nielsen"},
@@ -151,7 +151,7 @@ export default function LandingPage() {
tag="Visual Tour"
products={[
{
id: "g1", name: "Café Interior", price: "Warm & Cozy", imageSrc: "http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg", imageAlt: "Café seating area with natural light"},
id: "g1", name: "Café Interior", price: "Warm & Cozy", imageSrc: "http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg?_wi=1", imageAlt: "Café seating area with natural light"},
{
id: "g2", name: "Café Ambiance", price: "Inviting Space", imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-restaurant_1339-5435.jpg", imageAlt: "Minimalist café design with wooden tables"},
{
@@ -185,7 +185,7 @@ export default function LandingPage() {
{
id: "6", title: "What's your cancellation policy for reservations?", content: "We ask for 24-hour notice if you need to cancel. For small changes or adjustments, feel free to call us directly."},
]}
imageSrc="http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg"
imageSrc="http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg?_wi=2"
imageAlt="Café interior"
mediaAnimation="opacity"
mediaPosition="left"