Merge version_1 into main #4
@@ -52,14 +52,14 @@ export default function LandingPage() {
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cake-pan-with-basket-apples_23-2148368328.jpg", imageAlt: "Golden buttery croissants fresh from oven" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-lemon-cinnamon-star-anise-cup-tea-cake-with-red-currants-cupcakes_140725-123303.jpg", imageAlt: "Italian bomboloni pastries artisanal filled" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/croissants-sugar_1220-102.jpg", imageAlt: "Premium european croissant heritage recipe" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-baker-s-hand-kneading-dough-kitchen-table_23-2147872733.jpg", imageAlt: "Fresh european bakery ingredients quality" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/croissants-sugar_1220-102.jpg?_wi=1", imageAlt: "Premium european croissant heritage recipe" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-baker-s-hand-kneading-dough-kitchen-table_23-2147872733.jpg?_wi=1", imageAlt: "Fresh european bakery ingredients quality" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-having-lunch_23-2150598339.jpg", imageAlt: "Cozy european cafe interior warm aesthetic" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-having-cappuccino-laptop_23-2147689238.jpg", imageAlt: "Exceptional specialty coffee with latte art" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-bread-sale-market-stall_23-2148209818.jpg", imageAlt: "European artisanal bakery shop interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baker-wearing-apron_23-2149233711.jpg", imageAlt: "Premium cafe experience comfortable seating" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-bread-sale-market-stall_23-2148209818.jpg?_wi=1", imageAlt: "European artisanal bakery shop interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baker-wearing-apron_23-2149233711.jpg?_wi=1", imageAlt: "Premium cafe experience comfortable seating" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Order Now", href: "#contact" },
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
description="At Paul & Jacks, we blend authentic European baking traditions with a commitment to our Apex community. Every croissant, bomboloni, and espresso is made fresh daily using premium ingredients sourced for quality and sustainability. Our café isn't just a bakery—it's a gathering place where neighbors become friends and coffee conversations turn into memories."
|
||||
tag="About Us"
|
||||
tagIcon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-tasty-bread-sale-market-stall_23-2148209818.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-tasty-bread-sale-market-stall_23-2148209818.jpg?_wi=2"
|
||||
imageAlt="Paul & Jacks Bakery interior European heritage aesthetic"
|
||||
buttons={[
|
||||
{ text: "Learn Our Story", href: "#products" }
|
||||
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Paul & Jacks", name: "Authentic French Croissants", price: "$5.95", rating: 5,
|
||||
reviewCount: "487", imageSrc: "http://img.b2bpic.net/free-photo/croissants-sugar_1220-102.jpg", imageAlt: "Golden buttery french croissants artisanal"
|
||||
reviewCount: "487", imageSrc: "http://img.b2bpic.net/free-photo/croissants-sugar_1220-102.jpg?_wi=2", imageAlt: "Golden buttery french croissants artisanal"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Paul & Jacks", name: "Italian Bomboloni Pastries", price: "$4.50", rating: 5,
|
||||
@@ -127,12 +127,12 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1", title: "Premium Quality Ingredients", descriptions: [
|
||||
"European butter, Belgian chocolate, and finest grains", "Direct-sourced from heritage suppliers", "No artificial preservatives or shortcuts"
|
||||
], imageSrc: "http://img.b2bpic.net/free-photo/male-baker-s-hand-kneading-dough-kitchen-table_23-2147872733.jpg", imageAlt: "Premium baking ingredients fresh european sourced"
|
||||
], imageSrc: "http://img.b2bpic.net/free-photo/male-baker-s-hand-kneading-dough-kitchen-table_23-2147872733.jpg?_wi=2", imageAlt: "Premium baking ingredients fresh european sourced"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Warm Café Atmosphere", descriptions: [
|
||||
"Cozy, intimate seating designed for connection", "Instagram-worthy European aesthetic", "Perfect for morning meetings or afternoon gatherings"
|
||||
], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baker-wearing-apron_23-2149233711.jpg", imageAlt: "Warm cozy cafe atmosphere comfortable seating"
|
||||
], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baker-wearing-apron_23-2149233711.jpg?_wi=2", imageAlt: "Warm cozy cafe atmosphere comfortable seating"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Local, Community-Focused", descriptions: [
|
||||
|
||||
Reference in New Issue
Block a user