|
|
|
@@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
|
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
|
|
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
|
|
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
|
|
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
|
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
|
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|
|
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|
|
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
|
|
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
|
|
|
@@ -66,12 +66,18 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
<MediaAbout
|
|
|
|
<MetricSplitMediaAbout
|
|
|
|
|
|
|
|
title="From Our Small Kusina to Your Home"
|
|
|
|
|
|
|
|
description="Tess started with a single oven and a handful of cherished family recipes in her small home kusina. Today, that passion lives on in every batch of Pandesal and Ensaymada we bake, bringing the warmth of Filipino traditions to our community."
|
|
|
|
|
|
|
|
metrics={[
|
|
|
|
|
|
|
|
{ value: "10+", title: "Years of Passion" },
|
|
|
|
|
|
|
|
{ value: "500+", title: "Batches Baked Daily" },
|
|
|
|
|
|
|
|
{ value: "100%", title: "Authentic Filipino" }
|
|
|
|
|
|
|
|
]}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
title="Our Filipino Heritage"
|
|
|
|
|
|
|
|
description="At Mabuhay Bakery, we believe that food is the ultimate language of community. Inspired by our roots, we bring family recipes to life, using high-quality ingredients to serve you that familiar home-cooked warmth every single day. Salamat for letting us be part of your story."
|
|
|
|
|
|
|
|
buttons={[{ text: "Learn More" }]}
|
|
|
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-baker-with-tray_23-2149233682.jpg"
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-baker-with-tray_23-2149233682.jpg"
|
|
|
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
|
|
|
metricsAnimation="slide-up"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|