Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -57,7 +57,7 @@ export default function LandingPage() {
|
||||
{ value: "1000+", label: "Happy Reviews" }
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-english-breakfast_23-2147991109.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-english-breakfast_23-2147991109.jpg?_wi=1"
|
||||
imageAlt="Fresh English breakfast with eggs, bacon, and toast at Café Parisienne"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -96,22 +96,22 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "english-breakfast", name: "English Breakfast", price: "£12.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-english-breakfast_23-2147991109.jpg", imageAlt: "Traditional full English breakfast with eggs, bacon, sausage, and toast"
|
||||
id: "english-breakfast", name: "English Breakfast", price: "£12.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-english-breakfast_23-2147991109.jpg?_wi=2", imageAlt: "Traditional full English breakfast with eggs, bacon, sausage, and toast"
|
||||
},
|
||||
{
|
||||
id: "egg-royale", name: "Eggs Royale", price: "£10.95", imageSrc: "http://img.b2bpic.net/free-photo/delicious-egg-toast-cherries-breakfast_23-2148230503.jpg", imageAlt: "Poached eggs with smoked salmon and hollandaise sauce on toasted bread"
|
||||
},
|
||||
{
|
||||
id: "cappuccino", name: "Cappuccino", price: "£4.50", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg", imageAlt: "Freshly made cappuccino with latte art"
|
||||
id: "cappuccino", name: "Cappuccino", price: "£4.50", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg?_wi=1", imageAlt: "Freshly made cappuccino with latte art"
|
||||
},
|
||||
{
|
||||
id: "fresh-sandwich", name: "Fresh Sandwiches", price: "£8.95", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-slate-with-cucumber-slices-spinach_23-2148465171.jpg", imageAlt: "Gourmet sandwich with fresh ingredients on artisan bread"
|
||||
},
|
||||
{
|
||||
id: "pastries", name: "Fresh Pastries", price: "£6.50", imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-wooden-board_23-2147693734.jpg", imageAlt: "Freshly baked croissants and pastries from our daily selection"
|
||||
id: "pastries", name: "Fresh Pastries", price: "£6.50", imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-wooden-board_23-2147693734.jpg?_wi=1", imageAlt: "Freshly baked croissants and pastries from our daily selection"
|
||||
},
|
||||
{
|
||||
id: "fresh-juice", name: "Fresh Juices", price: "£5.95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-english-breakfast_23-2147991109.jpg", imageAlt: "Freshly squeezed juices made daily"
|
||||
id: "fresh-juice", name: "Fresh Juices", price: "£5.95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-english-breakfast_23-2147991109.jpg?_wi=3", imageAlt: "Freshly squeezed juices made daily"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -127,7 +127,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-bucket-with-forks-napkins-trendy-cafe-table_181624-8190.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-bucket-with-forks-napkins-trendy-cafe-table_181624-8190.jpg?_wi=1"
|
||||
imageAlt="Warm, inviting interior of Café Parisienne with cozy seating"
|
||||
bulletPoints={[
|
||||
{
|
||||
@@ -203,18 +203,18 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "📍 Our Location", description: "Lavender Hill, London\nBattersea, SW11\nEasy street parking available", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-bucket-with-forks-napkins-trendy-cafe-table_181624-8190.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-bucket-with-forks-napkins-trendy-cafe-table_181624-8190.jpg" }
|
||||
title: "📍 Our Location", description: "Lavender Hill, London\nBattersea, SW11\nEasy street parking available", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-bucket-with-forks-napkins-trendy-cafe-table_181624-8190.jpg?_wi=2" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-bucket-with-forks-napkins-trendy-cafe-table_181624-8190.jpg?_wi=3" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "⏰ Opening Hours", description: "Mon-Fri: 7:00 AM - 4:00 PM\nSat-Sun: 8:00 AM - 5:00 PM\nClosed: Bank Holidays", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg" }
|
||||
title: "⏰ Opening Hours", description: "Mon-Fri: 7:00 AM - 4:00 PM\nSat-Sun: 8:00 AM - 5:00 PM\nClosed: Bank Holidays", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg?_wi=2" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg?_wi=3" }
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "📞 Get in Touch", description: "Phone: +44 20 7924 5523\nEmail: hello@cafeparisienne.co.uk\nWe're always happy to help!", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-wooden-board_23-2147693734.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-wooden-board_23-2147693734.jpg" }
|
||||
title: "📞 Get in Touch", description: "Phone: +44 20 7924 5523\nEmail: hello@cafeparisienne.co.uk\nWe're always happy to help!", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-wooden-board_23-2147693734.jpg?_wi=2" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-wooden-board_23-2147693734.jpg?_wi=3" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -222,7 +222,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-bucket-with-forks-napkins-trendy-cafe-table_181624-8190.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-bucket-with-forks-napkins-trendy-cafe-table_181624-8190.jpg?_wi=4"
|
||||
imageAlt="Café Parisienne - Your favourite local café"
|
||||
logoText="Café Parisienne"
|
||||
copyrightText="© 2024 Café Parisienne. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user