2 Commits

Author SHA1 Message Date
57bcfccc35 Update src/app/page.tsx 2026-05-20 16:38:51 +00:00
a3158c5504 Merge version_2 into main
Merge version_2 into main
2026-05-20 16:35:56 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
name: "Contact", id: "#contact"}, name: "Contact", id: "#contact"},
]} ]}
button={{ button={{
text: "Order via WhatsApp", href: "https://wa.me/1234567890"}} text: "Order via WhatsApp", href: "https://web.whatsapp.com/send/?phone=96555080728&text&type=phone_number&app_absent=0"}}
brandName="Laila's Bakery" brandName="Laila's Bakery"
/> />
</div> </div>
@@ -54,7 +54,7 @@ export default function LandingPage() {
description="Authentic Filipino breads, pastries, and desserts crafted with love in the heart of our neighborhood." description="Authentic Filipino breads, pastries, and desserts crafted with love in the heart of our neighborhood."
buttons={[ buttons={[
{ {
text: "Order via WhatsApp", href: "https://wa.me/1234567890"}, text: "Order via WhatsApp", href: "https://web.whatsapp.com/send/?phone=96555080728&text&type=phone_number&app_absent=0"},
]} ]}
mediaItems={[ mediaItems={[
{ {
@@ -68,7 +68,7 @@ export default function LandingPage() {
{ {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-cabbage-with-vegetable-grater-grated-cabbage-dark-wooden-background-horizontal_176474-5246.jpg", imageAlt: "Traditional Filipino bread"}, imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-cabbage-with-vegetable-grater-grated-cabbage-dark-wooden-background-horizontal_176474-5246.jpg", imageAlt: "Traditional Filipino bread"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/basket-loaves-with-golden-crust_23-2147761317.jpg", imageAlt: "Golden brown pastries"}, imageSrc: "http://img.b2bpic.net/basket-loaves-with-golden-crust_23-2147761317.jpg", imageAlt: "Golden brown pastries"},
]} ]}
/> />
</div> </div>
@@ -204,7 +204,7 @@ export default function LandingPage() {
{ {
text: "Get Directions", href: "https://www.google.com/maps"}, text: "Get Directions", href: "https://www.google.com/maps"},
{ {
text: "Message Us", href: "https://wa.me/1234567890"}, text: "Message Us", href: "https://web.whatsapp.com/send/?phone=96555080728&text&type=phone_number&app_absent=0"},
]} ]}
/> />
</div> </div>
@@ -232,7 +232,7 @@ export default function LandingPage() {
{ {
title: "Connect", items: [ title: "Connect", items: [
{ {
label: "WhatsApp", href: "https://wa.me/1234567890"}, label: "WhatsApp", href: "https://web.whatsapp.com/send/?phone=96555080728&text&type=phone_number&app_absent=0"},
{ {
label: "Instagram", href: "https://instagram.com"}, label: "Instagram", href: "https://instagram.com"},
], ],
@@ -244,4 +244,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }