Update src/app/page.tsx

This commit is contained in:
2026-03-12 05:45:37 +00:00
parent 6fc0f75646
commit 430617f963

View File

@@ -10,7 +10,7 @@ import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
import ContactText from '@/components/sections/contact/ContactText';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Award, Heart, Leaf, Sparkles, Star, Trophy } from 'lucide-react';
import { Award, Heart, Leaf, Sparkles, Star, Trophy, Phone } from 'lucide-react';
export default function LandingPage() {
return (
@@ -37,6 +37,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
button={{ text: "Order Now", href: "#contact" }}
bottomLeftText="Call: +973 39661722"
bottomRightText="hello@lateinpastries.com"
/>
</div>
@@ -189,7 +191,7 @@ export default function LandingPage() {
<div id="cta" data-section="cta">
<ContactText
text="Ready to experience luxury? Place your order today or book a catering consultation with our team of pastry experts."
text="Ready to experience luxury? Place your order today or book a catering consultation with our team of pastry experts. Call us at +973 39661722 for immediate assistance."
animationType="entrance-slide"
buttons={[
{ text: "Order Online", href: "#contact" },
@@ -245,8 +247,8 @@ export default function LandingPage() {
title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Email", href: "mailto:hello@lateinpastries.com" },
{ label: "Subscribe", href: "#" }
{ label: "Call +973 39661722", href: "tel:+97339661722" },
{ label: "Email", href: "mailto:hello@lateinpastries.com" }
]
}
]}
@@ -254,4 +256,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}