Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ef3653a02 | |||
| 78148cbd49 | |||
| fea8efd16c | |||
| 1ebaf48fdc | |||
| 3320651fc4 | |||
| e740f5e225 | |||
| 51404578a6 | |||
| 6cfcdefb8e | |||
| 5fb8a877ec | |||
| 2fa0dead74 | |||
| d9ea13d8a0 | |||
| 8ade000619 | |||
| b1eb285c98 |
@@ -33,9 +33,7 @@ export default function CustomOrdersPage() {
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:(260)242-8645",
|
||||
}}
|
||||
text: "Call Now", href: "tel:(260)242-8645"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -44,20 +42,14 @@ export default function CustomOrdersPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Create Your Perfect Custom Order",
|
||||
},
|
||||
type: "text", content: "Create Your Perfect Custom Order"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call to Order",
|
||||
href: "tel:(260)242-8645",
|
||||
},
|
||||
text: "Call to Order", href: "tel:(260)242-8645"},
|
||||
{
|
||||
text: "Email Your Request",
|
||||
href: "mailto:orders@pixiepies.local",
|
||||
},
|
||||
text: "Email Your Request", href: "mailto:orders@pixiepies.local"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -72,44 +64,20 @@ export default function CustomOrdersPage() {
|
||||
textboxLayout="default"
|
||||
features={[
|
||||
{
|
||||
title: "Custom Flavors",
|
||||
description: "Choose your base, mix-ins, toppings, and sauces. Or describe your dream cheesecake and we'll create it for you.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-cheesecake-with-caramel-strawberry-syrup-top_114579-2884.jpg?_wi=4",
|
||||
imageAlt: "Specialty cheesecake flavor artisan bakery creation",
|
||||
button: {
|
||||
text: "Request Flavor",
|
||||
href: "tel:(260)242-8645",
|
||||
},
|
||||
title: "Custom Flavors", description: "Choose your base, mix-ins, toppings, and sauces. Or describe your dream cheesecake and we'll create it for you.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=9", imageAlt: "Specialty cheesecake flavor artisan bakery creation", button: {
|
||||
text: "Request Flavor", href: "tel:(260)242-8645"},
|
||||
},
|
||||
{
|
||||
title: "Dietary Accommodations",
|
||||
description: "We accommodate gluten-free, dairy-free, vegan, and other dietary preferences. Ask about our specialty preparations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-fruit-pie-inside-cake-pan-light-blue-table_140725-85336.jpg?_wi=4",
|
||||
imageAlt: "homemade fruit pie bakery fresh wholesome",
|
||||
button: {
|
||||
text: "Dietary Options",
|
||||
href: "tel:(260)242-8645",
|
||||
},
|
||||
title: "Dietary Accommodations", description: "We accommodate gluten-free, dairy-free, vegan, and other dietary preferences. Ask about our specialty preparations.", imageSrc: "https://images.unsplash.com/photo-1577066038014-15e006b51d0e?w=500&h=500&fit=crop&_wi=4", imageAlt: "homemade fruit pie bakery fresh wholesome", button: {
|
||||
text: "Dietary Options", href: "tel:(260)242-8645"},
|
||||
},
|
||||
{
|
||||
title: "Bulk Orders & Events",
|
||||
description: "Weddings, corporate events, family gatherings—we handle desserts for any size celebration. Call for volume pricing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-slice-with-berry-sauce-top_114579-2551.jpg?_wi=2",
|
||||
imageAlt: "wedding dessert table with cheesecake display elegant",
|
||||
button: {
|
||||
text: "Plan Event",
|
||||
href: "tel:(260)242-8645",
|
||||
},
|
||||
title: "Bulk Orders & Events", description: "Weddings, corporate events, family gatherings—we handle desserts for any size celebration. Call for volume pricing.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=10", imageAlt: "wedding dessert table with cheesecake display elegant", button: {
|
||||
text: "Plan Event", href: "tel:(260)242-8645"},
|
||||
},
|
||||
{
|
||||
title: "Delivery & Pickup",
|
||||
description: "Local delivery available for orders over $50. Pickup options at our Avilla location. Ask about timing and availability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-wooden-support_23-2148320852.jpg?_wi=3",
|
||||
imageAlt: "rich chocolate cheesecake slice bakery dessert",
|
||||
button: {
|
||||
text: "Schedule Delivery",
|
||||
href: "tel:(260)242-8645",
|
||||
},
|
||||
title: "Delivery & Pickup", description: "Local delivery available for orders over $50. Pickup options at our Avilla location. Ask about timing and availability.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=11", imageAlt: "rich chocolate cheesecake slice bakery dessert", button: {
|
||||
text: "Schedule Delivery", href: "tel:(260)242-8645"},
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -117,9 +85,7 @@ export default function CustomOrdersPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "View Our Menu", href: "/menu"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -134,38 +100,20 @@ export default function CustomOrdersPage() {
|
||||
textboxLayout="default"
|
||||
features={[
|
||||
{
|
||||
title: "Step 1: Call or Email",
|
||||
description: "Reach out with your order details, flavor preferences, and timeline. We'll discuss options and confirm availability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-with-apron-holding-plate-muffins_23-2148414889.jpg?_wi=2",
|
||||
imageAlt: "local artisan bakery homemade desserts owner portrait",
|
||||
},
|
||||
title: "Step 1: Call or Email", description: "Reach out with your order details, flavor preferences, and timeline. We'll discuss options and confirm availability.", imageSrc: "https://images.unsplash.com/photo-1587080190519-e21cc028cb29?w=500&h=500&fit=crop&_wi=2", imageAlt: "local artisan bakery homemade desserts owner portrait"},
|
||||
{
|
||||
title: "Step 2: Plan Details",
|
||||
description: "Confirm size, flavors, dietary needs, and delivery/pickup date. We'll provide pricing and any special instructions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-cake-with-chocolate-sauces-citrus-fruits_140725-73864.jpg?_wi=3",
|
||||
imageAlt: "classic New York cheesecake slice bakery presentation",
|
||||
},
|
||||
title: "Step 2: Plan Details", description: "Confirm size, flavors, dietary needs, and delivery/pickup date. We'll provide pricing and any special instructions.", imageSrc: "https://images.unsplash.com/photo-1613950957169-e79bcfb8d6f2?w=500&h=500&fit=crop&_wi=3", imageAlt: "classic New York cheesecake slice bakery presentation"},
|
||||
{
|
||||
title: "Step 3: We Create Magic",
|
||||
description: "Our team handcrafts your order fresh with premium ingredients. You'll get updates on progress and timing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cranberries-pie-cake-white-plate_74190-4811.jpg?_wi=3",
|
||||
imageAlt: "Oreo cheesecake slice dark chocolate bakery",
|
||||
},
|
||||
title: "Step 3: We Create Magic", description: "Our team handcrafts your order fresh with premium ingredients. You'll get updates on progress and timing.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=12", imageAlt: "Oreo cheesecake slice dark chocolate bakery"},
|
||||
{
|
||||
title: "Step 4: Enjoy!",
|
||||
description: "Pick up or receive your delivery. Enjoy your custom creation and share photos—we love seeing happy customers!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-666.jpg?_wi=4",
|
||||
imageAlt: "happy customer enjoying cheesecake dessert smile portrait",
|
||||
},
|
||||
title: "Step 4: Enjoy!", description: "Pick up or receive your delivery. Enjoy your custom creation and share photos—we love seeing happy customers!", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=500&h=500&fit=crop", imageAlt: "happy customer enjoying cheesecake dessert smile portrait"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Ready to Order?",
|
||||
href: "tel:(260)242-8645",
|
||||
},
|
||||
text: "Ready to Order?", href: "tel:(260)242-8645"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -182,13 +130,9 @@ export default function CustomOrdersPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (260) 242-8645",
|
||||
href: "tel:(260)242-8645",
|
||||
},
|
||||
text: "Call (260) 242-8645", href: "tel:(260)242-8645"},
|
||||
{
|
||||
text: "Back to Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "Back to Menu", href: "/menu"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -201,65 +145,41 @@ export default function CustomOrdersPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "Custom Orders",
|
||||
href: "/custom-orders",
|
||||
},
|
||||
label: "Custom Orders", href: "/custom-orders"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
{
|
||||
label: "Weddings & Events",
|
||||
href: "#weddings",
|
||||
},
|
||||
label: "Weddings & Events", href: "#weddings"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Call (260) 242-8645",
|
||||
href: "tel:(260)242-8645",
|
||||
},
|
||||
label: "Call (260) 242-8645", href: "tel:(260)242-8645"},
|
||||
{
|
||||
label: "Avilla, Indiana",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Avilla, Indiana", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Accessibility",
|
||||
href: "#",
|
||||
},
|
||||
label: "Accessibility", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
1438
src/app/layout.tsx
1438
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -67,9 +67,7 @@ export default function MenuPage() {
|
||||
brandName="Pixie Pies"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:(260)242-8645",
|
||||
}}
|
||||
text: "Call Now", href: "tel:(260)242-8645"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -82,54 +80,24 @@ export default function MenuPage() {
|
||||
textboxLayout="default"
|
||||
features={[
|
||||
{
|
||||
title: "New York Cheesecake",
|
||||
description: "Classic creamy perfection. Our signature recipe with graham cracker crust and pure vanilla bean flavor. Perfect for any occasion.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-cake-with-chocolate-sauces-citrus-fruits_140725-73864.jpg?_wi=2",
|
||||
imageAlt: "New York Cheesecake",
|
||||
button: {
|
||||
text: "Order Now",
|
||||
href: "tel:(260)242-8645",
|
||||
},
|
||||
title: "New York Cheesecake", description: "Classic creamy perfection. Our signature recipe with graham cracker crust and pure vanilla bean flavor. Perfect for any occasion.", imageSrc: "https://images.unsplash.com/photo-1613950957169-e79bcfb8d6f2?w=500&h=500&fit=crop&_wi=2", imageAlt: "New York Cheesecake", button: {
|
||||
text: "Order Now", href: "tel:(260)242-8645"},
|
||||
},
|
||||
{
|
||||
title: "Oreo Cheesecake",
|
||||
description: "Dark, decadent, and delicious. Loaded with crushed Oreos and topped with chocolate ganache. A cookie lover's dream.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cranberries-pie-cake-white-plate_74190-4811.jpg?_wi=2",
|
||||
imageAlt: "Oreo Cheesecake",
|
||||
button: {
|
||||
text: "Order Now",
|
||||
href: "tel:(260)242-8645",
|
||||
},
|
||||
title: "Oreo Cheesecake", description: "Dark, decadent, and delicious. Loaded with crushed Oreos and topped with chocolate ganache. A cookie lover's dream.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=6", imageAlt: "Oreo Cheesecake", button: {
|
||||
text: "Order Now", href: "tel:(260)242-8645"},
|
||||
},
|
||||
{
|
||||
title: "Chocolate Cheesecake",
|
||||
description: "Rich triple-chocolate layers for chocolate lovers. Premium cocoa, chocolate chunks, and creamy centers. Indulgence at its finest.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-wooden-support_23-2148320852.jpg?_wi=2",
|
||||
imageAlt: "Chocolate Cheesecake",
|
||||
button: {
|
||||
text: "Order Now",
|
||||
href: "tel:(260)242-8645",
|
||||
},
|
||||
title: "Chocolate Cheesecake", description: "Rich triple-chocolate layers for chocolate lovers. Premium cocoa, chocolate chunks, and creamy centers. Indulgence at its finest.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=7", imageAlt: "Chocolate Cheesecake", button: {
|
||||
text: "Order Now", href: "tel:(260)242-8645"},
|
||||
},
|
||||
{
|
||||
title: "Specialty Flavors",
|
||||
description: "Rotating seasonal and custom flavors. Strawberry, lemon, maple, and more. Request your favorite combination today.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-cheesecake-with-caramel-strawberry-syrup-top_114579-2884.jpg?_wi=3",
|
||||
imageAlt: "Specialty Dessert Flavor",
|
||||
button: {
|
||||
text: "Request Custom",
|
||||
href: "tel:(260)242-8645",
|
||||
},
|
||||
title: "Specialty Flavors", description: "Rotating seasonal and custom flavors. Strawberry, lemon, maple, and more. Request your favorite combination today.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=8", imageAlt: "Specialty Dessert Flavor", button: {
|
||||
text: "Request Custom", href: "tel:(260)242-8645"},
|
||||
},
|
||||
{
|
||||
title: "Homemade Pies",
|
||||
description: "Hand-rolled crust with fresh fruit and spice. Apple, cherry, pecan, and seasonal varieties. Traditional baking at its best.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-fruit-pie-inside-cake-pan-light-blue-table_140725-85336.jpg?_wi=3",
|
||||
imageAlt: "Homemade Pie",
|
||||
button: {
|
||||
text: "Order Pies",
|
||||
href: "tel:(260)242-8645",
|
||||
},
|
||||
title: "Homemade Pies", description: "Hand-rolled crust with fresh fruit and spice. Apple, cherry, pecan, and seasonal varieties. Traditional baking at its best.", imageSrc: "https://images.unsplash.com/photo-1577066038014-15e006b51d0e?w=500&h=500&fit=crop&_wi=3", imageAlt: "Homemade Pie", button: {
|
||||
text: "Order Pies", href: "tel:(260)242-8645"},
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -137,9 +105,7 @@ export default function MenuPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Back to Home",
|
||||
href: "/",
|
||||
},
|
||||
text: "Back to Home", href: "/"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -155,29 +121,14 @@ export default function MenuPage() {
|
||||
textboxLayout="default"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Regular Customer",
|
||||
company: "New York Cheesecake Fan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-666.jpg?_wi=3",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Regular Customer", company: "New York Cheesecake Fan", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=4"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Chef",
|
||||
company: "Restaurant Supplier",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821287.jpg?_wi=3",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Chef", company: "Restaurant Supplier", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=2"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Event Planner",
|
||||
company: "Weddings & Celebrations",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-grandchild-christmas-day-making-dough-shapes_482257-21705.jpg?_wi=3",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Event Planner", company: "Weddings & Celebrations", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=5"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -197,13 +148,9 @@ export default function MenuPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (260) 242-8645",
|
||||
href: "tel:(260)242-8645",
|
||||
},
|
||||
text: "Call (260) 242-8645", href: "tel:(260)242-8645"},
|
||||
{
|
||||
text: "Return Home",
|
||||
href: "/",
|
||||
},
|
||||
text: "Return Home", href: "/"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
|
||||
222
src/app/page.tsx
222
src/app/page.tsx
@@ -70,9 +70,7 @@ export default function HomePage() {
|
||||
brandName="Pixie Pies"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:(260)242-8645",
|
||||
}}
|
||||
text: "Call Now", href: "tel:(260)242-8645"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -86,42 +84,26 @@ export default function HomePage() {
|
||||
tag="Locally Loved Since Day One"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-cake-concept_23-2148761730.jpg"
|
||||
imageSrc="https://images.unsplash.com/photo-1600080869894-0fd8e4d70e6f?w=1200&h=800&fit=crop"
|
||||
imageAlt="Fresh homemade cheesecake display"
|
||||
mediaAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ashley's Bakery",
|
||||
handle: "Local Favorite",
|
||||
testimonial: "Ashley is so sweet to work with and her cheesecake is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-666.jpg?_wi=1",
|
||||
},
|
||||
name: "Classic Favorite", handle: "Local Loved", testimonial: "Our signature cheesecake is unmatched in flavor and quality.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop&_wi=1"},
|
||||
{
|
||||
name: "Family Gatherings",
|
||||
handle: "Community Love",
|
||||
testimonial: "Absolutely amazing cheesecakes. We order for every special occasion!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821287.jpg?_wi=1",
|
||||
},
|
||||
name: "Family Gatherings", handle: "Community Love", testimonial: "Absolutely amazing cheesecakes. We order for every special occasion!", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop&_wi=2"},
|
||||
{
|
||||
name: "Wedding Moments",
|
||||
handle: "Newlyweds",
|
||||
testimonial: "We served Pixie Pies at our wedding and everyone loved them.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-grandchild-christmas-day-making-dough-shapes_482257-21705.jpg?_wi=1",
|
||||
},
|
||||
name: "Wedding Moments", handle: "Sweet Celebrations", testimonial: "Pixie Pies made our special day even sweeter with incredible desserts.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop&_wi=3"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:(260)242-8645",
|
||||
},
|
||||
text: "Call Now", href: "tel:(260)242-8645"},
|
||||
{
|
||||
text: "Order Desserts",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "Order Desserts", href: "/menu"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -138,15 +120,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Google Reviews",
|
||||
"Local Favorite",
|
||||
"Community Trusted",
|
||||
"Award Winning",
|
||||
"Family Owned",
|
||||
"Handcrafted Quality",
|
||||
"Premium Desserts",
|
||||
"Wedding Favorite",
|
||||
]}
|
||||
"Google Reviews", "Local Favorite", "Community Trusted", "Award Winning", "Family Owned", "Handcrafted Quality", "Premium Desserts", "Wedding Favorite"]}
|
||||
showCard={true}
|
||||
speed={35}
|
||||
/>
|
||||
@@ -162,54 +136,24 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
features={[
|
||||
{
|
||||
title: "New York Cheesecake",
|
||||
description: "Classic creamy perfection. Our signature recipe with graham cracker crust and pure vanilla bean flavor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-cake-with-chocolate-sauces-citrus-fruits_140725-73864.jpg?_wi=1",
|
||||
imageAlt: "New York Cheesecake",
|
||||
button: {
|
||||
text: "Order Now",
|
||||
href: "/menu",
|
||||
},
|
||||
title: "New York Cheesecake", description: "Classic creamy perfection. Our signature recipe with graham cracker crust and pure vanilla bean flavor.", imageSrc: "https://images.unsplash.com/photo-1613950957169-e79bcfb8d6f2?w=500&h=500&fit=crop&_wi=1", imageAlt: "New York Cheesecake", button: {
|
||||
text: "Order Now", href: "/menu"},
|
||||
},
|
||||
{
|
||||
title: "Oreo Cheesecake",
|
||||
description: "Dark, decadent, and delicious. Loaded with crushed Oreos and topped with chocolate ganache.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cranberries-pie-cake-white-plate_74190-4811.jpg?_wi=1",
|
||||
imageAlt: "Oreo Cheesecake",
|
||||
button: {
|
||||
text: "Order Now",
|
||||
href: "/menu",
|
||||
},
|
||||
title: "Oreo Cheesecake", description: "Dark, decadent, and delicious. Loaded with crushed Oreos and topped with chocolate ganache.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=1", imageAlt: "Oreo Cheesecake", button: {
|
||||
text: "Order Now", href: "/menu"},
|
||||
},
|
||||
{
|
||||
title: "Chocolate Cheesecake",
|
||||
description: "Rich triple-chocolate layers for chocolate lovers. Premium cocoa, chocolate chunks, and creamy centers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-wooden-support_23-2148320852.jpg?_wi=1",
|
||||
imageAlt: "Chocolate Cheesecake",
|
||||
button: {
|
||||
text: "Order Now",
|
||||
href: "/menu",
|
||||
},
|
||||
title: "Chocolate Cheesecake", description: "Rich triple-chocolate layers for chocolate lovers. Premium cocoa, chocolate chunks, and creamy centers.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=2", imageAlt: "Chocolate Cheesecake", button: {
|
||||
text: "Order Now", href: "/menu"},
|
||||
},
|
||||
{
|
||||
title: "Specialty Flavors",
|
||||
description: "Rotating seasonal and custom flavors. Strawberry, lemon, maple, and more. Request your favorite!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-cheesecake-with-caramel-strawberry-syrup-top_114579-2884.jpg?_wi=1",
|
||||
imageAlt: "Specialty Dessert Flavor",
|
||||
button: {
|
||||
text: "Request Custom",
|
||||
href: "/menu",
|
||||
},
|
||||
title: "Specialty Flavors", description: "Rotating seasonal and custom flavors. Strawberry, lemon, maple, and more. Request your favorite!", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=3", imageAlt: "Specialty Dessert Flavor", button: {
|
||||
text: "Request Custom", href: "/menu"},
|
||||
},
|
||||
{
|
||||
title: "Homemade Pies",
|
||||
description: "Hand-rolled crust with fresh fruit and spice. Apple, cherry, pecan, and seasonal varieties available.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-fruit-pie-inside-cake-pan-light-blue-table_140725-85336.jpg?_wi=1",
|
||||
imageAlt: "Homemade Pie",
|
||||
button: {
|
||||
text: "Order Pies",
|
||||
href: "/menu",
|
||||
},
|
||||
title: "Homemade Pies", description: "Hand-rolled crust with fresh fruit and spice. Apple, cherry, pecan, and seasonal varieties available.", imageSrc: "https://images.unsplash.com/photo-1577066038014-15e006b51d0e?w=500&h=500&fit=crop&_wi=1", imageAlt: "Homemade Pie", button: {
|
||||
text: "Order Pies", href: "/menu"},
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -217,9 +161,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "View Full Menu", href: "/menu"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -230,20 +172,18 @@ export default function HomePage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Locally Loved Since Day One",
|
||||
},
|
||||
type: "text", content: "Locally Loved"},
|
||||
{
|
||||
type: "image", src: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=100&h=100&fit=crop", alt: "Pixie Pies brand mark"},
|
||||
{
|
||||
type: "text", content: "Since Day One"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#about-content",
|
||||
},
|
||||
text: "Our Story", href: "#about-content"},
|
||||
{
|
||||
text: "Request Event Quote",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "Request Event Quote", href: "/menu"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -257,11 +197,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
features={[
|
||||
{
|
||||
title: "Handcrafted Quality",
|
||||
description: "Every cheesecake and dessert is made fresh to order using premium ingredients and time-tested recipes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-with-apron-holding-plate-muffins_23-2148414889.jpg?_wi=1",
|
||||
imageAlt: "Pixie Pies Bakery",
|
||||
},
|
||||
title: "Handcrafted Quality", description: "Every cheesecake and dessert is made fresh to order using premium ingredients and time-tested recipes.", imageSrc: "https://images.unsplash.com/photo-1587080190519-e21cc028cb29?w=500&h=500&fit=crop&_wi=1", imageAlt: "Pixie Pies Bakery artisan creation"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -279,34 +215,16 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
features={[
|
||||
{
|
||||
title: "Wedding Dessert Tables",
|
||||
description: "Beautifully arranged cheesecake and dessert displays for receptions. Custom flavors and sizing available.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-slice-with-berry-sauce-top_114579-2551.jpg?_wi=1",
|
||||
imageAlt: "Wedding Dessert Table",
|
||||
button: {
|
||||
text: "Request Quote",
|
||||
href: "/menu",
|
||||
},
|
||||
title: "Wedding Dessert Tables", description: "Beautifully arranged cheesecake and dessert displays for receptions. Custom flavors and sizing available.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=4", imageAlt: "Wedding Dessert Table elegant display", button: {
|
||||
text: "Request Quote", href: "/menu"},
|
||||
},
|
||||
{
|
||||
title: "Bulk Orders & Catering",
|
||||
description: "Corporate events, rehearsal dinners, anniversary parties. We handle dessert for gatherings of any size.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-cheesecake-with-caramel-strawberry-syrup-top_114579-2884.jpg?_wi=2",
|
||||
imageAlt: "Event Catering",
|
||||
button: {
|
||||
text: "Catering Inquiry",
|
||||
href: "/menu",
|
||||
},
|
||||
title: "Bulk Orders & Catering", description: "Corporate events, rehearsal dinners, anniversary parties. We handle dessert for gatherings of any size.", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=500&h=500&fit=crop&_wi=5", imageAlt: "Event Catering dessert service", button: {
|
||||
text: "Catering Inquiry", href: "/menu"},
|
||||
},
|
||||
{
|
||||
title: "Custom Flavors",
|
||||
description: "Want a specific flavor or dietary option? We create custom cheesecakes for your special event.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-fruit-pie-inside-cake-pan-light-blue-table_140725-85336.jpg?_wi=2",
|
||||
imageAlt: "Custom Flavors",
|
||||
button: {
|
||||
text: "Customize",
|
||||
href: "/menu",
|
||||
},
|
||||
title: "Custom Flavors", description: "Want a specific flavor or dietary option? We create custom cheesecakes for your special event.", imageSrc: "https://images.unsplash.com/photo-1577066038014-15e006b51d0e?w=500&h=500&fit=crop&_wi=2", imageAlt: "Custom Flavors specialty desserts", button: {
|
||||
text: "Customize", href: "/menu"},
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -314,9 +232,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Plan Your Event",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "Plan Your Event", href: "/menu"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -332,53 +248,23 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Bride",
|
||||
company: "Wedding Guest",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-666.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Bride", company: "Wedding Guest", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=1"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Restaurant Owner",
|
||||
company: "Fine Dining Partner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821287.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Restaurant Owner", company: "Fine Dining Partner", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=1"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Event Planner",
|
||||
company: "Corporate Events",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-grandchild-christmas-day-making-dough-shapes_482257-21705.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Event Planner", company: "Corporate Events", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=2"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Local Resident",
|
||||
company: "Community Member",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-chef-breaking-egg-flour-create-dough_23-2148763128.jpg?_wi=1",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Local Resident", company: "Community Member", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop&_wi=1"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Martinez",
|
||||
role: "Family Coordinator",
|
||||
company: "Party Planning",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-holding-stack-tray-boxes_1170-2051.jpg?_wi=1",
|
||||
},
|
||||
id: "5", name: "Jessica Martinez", role: "Family Coordinator", company: "Party Planning", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=3"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Ashley Thompson",
|
||||
role: "Baker & Owner",
|
||||
company: "Pixie Pies",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-fresh-baked-cupcake-tray_23-2148027988.jpg?_wi=1",
|
||||
},
|
||||
id: "6", name: "Ashley Thompson", role: "Baker & Owner", company: "Pixie Pies", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop&_wi=1"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -398,13 +284,9 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now (260) 242-8645",
|
||||
href: "tel:(260)242-8645",
|
||||
},
|
||||
text: "Call Now (260) 242-8645", href: "tel:(260)242-8645"},
|
||||
{
|
||||
text: "Order Today",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "Order Today", href: "/menu"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -419,4 +301,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,9 +34,7 @@ export default function ReviewsPage() {
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:(260)242-8645",
|
||||
}}
|
||||
text: "Call Now", href: "tel:(260)242-8645"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -50,15 +48,7 @@ export default function ReviewsPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Google Reviews",
|
||||
"Local Favorite",
|
||||
"Community Trusted",
|
||||
"Award Winning",
|
||||
"Family Owned",
|
||||
"Handcrafted Quality",
|
||||
"Premium Desserts",
|
||||
"Wedding Favorite",
|
||||
]}
|
||||
"Google Reviews", "Local Favorite", "Community Trusted", "Award Winning", "Family Owned", "Handcrafted Quality", "Premium Desserts", "Wedding Favorite"]}
|
||||
showCard={true}
|
||||
speed={35}
|
||||
/>
|
||||
@@ -68,59 +58,23 @@ export default function ReviewsPage() {
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Bride",
|
||||
company: "Wedding Guest",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-666.jpg?_wi=5",
|
||||
imageAlt: "happy customer enjoying cheesecake dessert smile portrait",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Bride", company: "Wedding Guest", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=6", imageAlt: "happy customer enjoying cheesecake dessert smile portrait"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Restaurant Owner",
|
||||
company: "Fine Dining Partner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821287.jpg?_wi=4",
|
||||
imageAlt: "wedding guest enjoying cheesecake celebration reception",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Restaurant Owner", company: "Fine Dining Partner", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=3", imageAlt: "wedding guest enjoying cheesecake celebration reception"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Event Planner",
|
||||
company: "Corporate Events",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-grandchild-christmas-day-making-dough-shapes_482257-21705.jpg?_wi=4",
|
||||
imageAlt: "family enjoying homemade dessert together bakery product",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Event Planner", company: "Corporate Events", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=7", imageAlt: "family enjoying homemade dessert together bakery product"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Local Resident",
|
||||
company: "Community Member",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-chef-breaking-egg-flour-create-dough_23-2148763128.jpg?_wi=2",
|
||||
imageAlt: "event planner with catered dessert display professional",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Local Resident", company: "Community Member", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop&_wi=2", imageAlt: "event planner with catered dessert display professional"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Martinez",
|
||||
role: "Family Coordinator",
|
||||
company: "Party Planning",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-holding-stack-tray-boxes_1170-2051.jpg?_wi=2",
|
||||
imageAlt: "community member enjoying local bakery favorite dessert",
|
||||
},
|
||||
id: "5", name: "Jessica Martinez", role: "Family Coordinator", company: "Party Planning", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=8", imageAlt: "community member enjoying local bakery favorite dessert"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Ashley Thompson",
|
||||
role: "Baker & Owner",
|
||||
company: "Pixie Pies",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-fresh-baked-cupcake-tray_23-2148027988.jpg?_wi=2",
|
||||
imageAlt: "baker with fresh cheesecake proud professional portrait",
|
||||
},
|
||||
id: "6", name: "Ashley Thompson", role: "Baker & Owner", company: "Pixie Pies", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop&_wi=2", imageAlt: "baker with fresh cheesecake proud professional portrait"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from families, couples, and event planners who trust Pixie Pies for their most important moments."
|
||||
@@ -144,13 +98,9 @@ export default function ReviewsPage() {
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Today",
|
||||
href: "/custom-orders",
|
||||
},
|
||||
text: "Order Today", href: "/custom-orders"},
|
||||
{
|
||||
text: "Call (260) 242-8645",
|
||||
href: "tel:(260)242-8645",
|
||||
},
|
||||
text: "Call (260) 242-8645", href: "tel:(260)242-8645"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -163,65 +113,41 @@ export default function ReviewsPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "Custom Orders",
|
||||
href: "/custom-orders",
|
||||
},
|
||||
label: "Custom Orders", href: "/custom-orders"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
{
|
||||
label: "Weddings & Events",
|
||||
href: "#weddings",
|
||||
},
|
||||
label: "Weddings & Events", href: "#weddings"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Call (260) 242-8645",
|
||||
href: "tel:(260)242-8645",
|
||||
},
|
||||
label: "Call (260) 242-8645", href: "tel:(260)242-8645"},
|
||||
{
|
||||
label: "Avilla, Indiana",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Avilla, Indiana", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Accessibility",
|
||||
href: "#",
|
||||
},
|
||||
label: "Accessibility", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user