Merge version_1 into main #1
@@ -10,7 +10,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Cake, Bread, PieChart, Sunrise, Wheat } from "lucide-react";
|
||||
import { Cake, PieChart, Sunrise, Wheat } from "lucide-react";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
@@ -44,7 +44,7 @@ export default function Page() {
|
||||
<HeroCentered
|
||||
title="Xelapan Bakery"
|
||||
description="Fresh Bread. Authentic Flavor. Unforgettable Cakes. For years, Xelapan Bakery has been serving fresh breads, traditional pastries, custom cakes, and sweet treats that keep customers coming back."
|
||||
background={{"variant":"circleGradient"}}
|
||||
background={{"variant":"plain"}}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5062.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-beautiful-gingerbread-walk_169016-24294.jpg", alt: "Customer 2" },
|
||||
@@ -57,7 +57,6 @@ export default function Page() {
|
||||
{ text: "Order a Cake", href: "#contact" },
|
||||
{ text: "View Our Menu", href: "#menu" }
|
||||
]}
|
||||
mediaAnimation="entrance-slide"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -86,7 +85,7 @@ export default function Page() {
|
||||
description="Discover the delightful range of treats at Xelapan, where every item is a testament to our dedication to fresh ingredients and traditional baking methods."
|
||||
features={[
|
||||
{ icon: Cake, title: "Custom Celebration Cakes", description: "Birthdays, anniversaries, graduations, and special events deserve a cake that everyone remembers. Custom designs, fresh ingredients, multiple flavors and fillings, large event and sheet cakes available." },
|
||||
{ icon: Bread, title: "Fresh Bread Baked Daily", description: "Wake up to the aroma of freshly baked bread. Pan dulce, conchas, sweet breads, traditional pastries, and fresh daily batches are available. Arrive early for the freshest selection!" },
|
||||
{ icon: Wheat, title: "Fresh Bread Baked Daily", description: "Wake up to the aroma of freshly baked bread. Pan dulce, conchas, sweet breads, traditional pastries, and fresh daily batches are available. Arrive early for the freshest selection!" },
|
||||
{ icon: PieChart, title: "Traditional Pastries", description: "Authentic flavors inspired by Latin American baking traditions. Enjoy our fruit pies, chocolate pastries, seasonal specialties, and weekend favorites." }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -154,7 +153,7 @@ export default function Page() {
|
||||
{ text: "Request a Custom Cake", href: "#" },
|
||||
{ text: "View Our Menu", href: "#menu" }
|
||||
]}
|
||||
background={{"variant":"circleGradient"}}
|
||||
background={{"variant":"plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -168,7 +167,6 @@ export default function Page() {
|
||||
{ title: "Follow Us", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, { label: "TikTok", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Xelapan Bakery | Authentic Baking. Fresh Every Day."
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user