Merge version_3 into main #3
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
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"
|
||||
/>
|
||||
</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."
|
||||
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={[
|
||||
{
|
||||
@@ -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/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>
|
||||
@@ -204,7 +204,7 @@ export default function LandingPage() {
|
||||
{
|
||||
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>
|
||||
@@ -232,7 +232,7 @@ export default function LandingPage() {
|
||||
{
|
||||
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"},
|
||||
],
|
||||
@@ -244,4 +244,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user