12 Commits

Author SHA1 Message Date
6ef3653a02 Update src/app/page.tsx 2026-03-08 16:46:43 +00:00
78148cbd49 Update src/app/layout.tsx 2026-03-08 16:46:43 +00:00
fea8efd16c Merge version_5 into main
Merge version_5 into main
2026-03-08 16:45:04 +00:00
1ebaf48fdc Update src/app/reviews/page.tsx 2026-03-08 16:45:00 +00:00
3320651fc4 Update src/app/page.tsx 2026-03-08 16:45:00 +00:00
e740f5e225 Update src/app/menu/page.tsx 2026-03-08 16:45:00 +00:00
51404578a6 Update src/app/custom-orders/page.tsx 2026-03-08 16:44:59 +00:00
6cfcdefb8e Merge version_5 into main
Merge version_5 into main
2026-03-08 16:44:19 +00:00
5fb8a877ec Update src/app/reviews/page.tsx 2026-03-08 16:44:15 +00:00
2fa0dead74 Update src/app/page.tsx 2026-03-08 16:44:14 +00:00
d9ea13d8a0 Update src/app/menu/page.tsx 2026-03-08 16:44:14 +00:00
8ade000619 Update src/app/custom-orders/page.tsx 2026-03-08 16:44:13 +00:00
5 changed files with 139 additions and 1888 deletions

View File

@@ -33,9 +33,7 @@ export default function CustomOrdersPage() {
{ name: "Reviews", id: "/reviews" }, { name: "Reviews", id: "/reviews" },
]} ]}
button={{ button={{
text: "Call Now", text: "Call Now", href: "tel:(260)242-8645"}}
href: "tel:(260)242-8645",
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -44,20 +42,14 @@ export default function CustomOrdersPage() {
<InlineImageSplitTextAbout <InlineImageSplitTextAbout
heading={[ heading={[
{ {
type: "text", type: "text", content: "Create Your Perfect Custom Order"},
content: "Create Your Perfect Custom Order",
},
]} ]}
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ {
text: "Call to Order", text: "Call to Order", href: "tel:(260)242-8645"},
href: "tel:(260)242-8645",
},
{ {
text: "Email Your Request", text: "Email Your Request", href: "mailto:orders@pixiepies.local"},
href: "mailto:orders@pixiepies.local",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -72,44 +64,20 @@ export default function CustomOrdersPage() {
textboxLayout="default" textboxLayout="default"
features={[ features={[
{ {
title: "Custom Flavors", 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: {
description: "Choose your base, mix-ins, toppings, and sauces. Or describe your dream cheesecake and we'll create it for you.", text: "Request Flavor", href: "tel:(260)242-8645"},
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: "Dietary Accommodations", 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: {
description: "We accommodate gluten-free, dairy-free, vegan, and other dietary preferences. Ask about our specialty preparations.", text: "Dietary Options", href: "tel:(260)242-8645"},
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: "Bulk Orders & Events", 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: {
description: "Weddings, corporate events, family gatherings—we handle desserts for any size celebration. Call for volume pricing.", text: "Plan Event", href: "tel:(260)242-8645"},
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: "Delivery & Pickup", 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: {
description: "Local delivery available for orders over $50. Pickup options at our Avilla location. Ask about timing and availability.", text: "Schedule Delivery", href: "tel:(260)242-8645"},
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",
},
}, },
]} ]}
gridVariant="two-columns-alternating-heights" gridVariant="two-columns-alternating-heights"
@@ -117,9 +85,7 @@ export default function CustomOrdersPage() {
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ {
text: "View Our Menu", text: "View Our Menu", href: "/menu"},
href: "/menu",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -134,38 +100,20 @@ export default function CustomOrdersPage() {
textboxLayout="default" textboxLayout="default"
features={[ features={[
{ {
title: "Step 1: Call or Email", 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"},
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 2: Plan Details", 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"},
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 3: We Create Magic", 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"},
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 4: Enjoy!", 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"},
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",
},
]} ]}
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
animationType="slide-up" animationType="slide-up"
useInvertedBackground={true} useInvertedBackground={true}
buttons={[ buttons={[
{ {
text: "Ready to Order?", text: "Ready to Order?", href: "tel:(260)242-8645"},
href: "tel:(260)242-8645",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -182,13 +130,9 @@ export default function CustomOrdersPage() {
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ {
text: "Call (260) 242-8645", text: "Call (260) 242-8645", href: "tel:(260)242-8645"},
href: "tel:(260)242-8645",
},
{ {
text: "Back to Menu", text: "Back to Menu", href: "/menu"},
href: "/menu",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -201,65 +145,41 @@ export default function CustomOrdersPage() {
{ {
items: [ items: [
{ {
label: "Home", label: "Home", href: "/"},
href: "/",
},
{ {
label: "Menu", label: "Menu", href: "/menu"},
href: "/menu",
},
{ {
label: "Custom Orders", label: "Custom Orders", href: "/custom-orders"},
href: "/custom-orders",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Reviews", label: "Reviews", href: "/reviews"},
href: "/reviews",
},
{ {
label: "Weddings & Events", label: "Weddings & Events", href: "#weddings"},
href: "#weddings",
},
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
{ {
label: "Call (260) 242-8645", label: "Call (260) 242-8645", href: "tel:(260)242-8645"},
href: "tel:(260)242-8645",
},
{ {
label: "Avilla, Indiana", label: "Avilla, Indiana", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
{ {
label: "Accessibility", label: "Accessibility", href: "#"},
href: "#",
},
], ],
}, },
]} ]}

File diff suppressed because it is too large Load Diff

View File

@@ -67,9 +67,7 @@ export default function MenuPage() {
brandName="Pixie Pies" brandName="Pixie Pies"
navItems={navItems} navItems={navItems}
button={{ button={{
text: "Call Now", text: "Call Now", href: "tel:(260)242-8645"}}
href: "tel:(260)242-8645",
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -82,54 +80,24 @@ export default function MenuPage() {
textboxLayout="default" textboxLayout="default"
features={[ features={[
{ {
title: "New York Cheesecake", 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: {
description: "Classic creamy perfection. Our signature recipe with graham cracker crust and pure vanilla bean flavor. Perfect for any occasion.", text: "Order Now", href: "tel:(260)242-8645"},
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: "Oreo Cheesecake", 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: {
description: "Dark, decadent, and delicious. Loaded with crushed Oreos and topped with chocolate ganache. A cookie lover's dream.", text: "Order Now", href: "tel:(260)242-8645"},
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: "Chocolate Cheesecake", 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: {
description: "Rich triple-chocolate layers for chocolate lovers. Premium cocoa, chocolate chunks, and creamy centers. Indulgence at its finest.", text: "Order Now", href: "tel:(260)242-8645"},
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: "Specialty Flavors", 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: {
description: "Rotating seasonal and custom flavors. Strawberry, lemon, maple, and more. Request your favorite combination today.", text: "Request Custom", href: "tel:(260)242-8645"},
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: "Homemade Pies", 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: {
description: "Hand-rolled crust with fresh fruit and spice. Apple, cherry, pecan, and seasonal varieties. Traditional baking at its best.", text: "Order Pies", href: "tel:(260)242-8645"},
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",
},
}, },
]} ]}
gridVariant="two-columns-alternating-heights" gridVariant="two-columns-alternating-heights"
@@ -137,9 +105,7 @@ export default function MenuPage() {
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ {
text: "Back to Home", text: "Back to Home", href: "/"},
href: "/",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -155,29 +121,14 @@ export default function MenuPage() {
textboxLayout="default" textboxLayout="default"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", role: "Regular Customer", company: "New York Cheesecake Fan", rating: 5,
name: "Sarah Johnson", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=4"},
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: "2", id: "2", name: "Michael Chen", role: "Chef", company: "Restaurant Supplier", rating: 5,
name: "Michael Chen", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=2"},
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: "3", id: "3", name: "Emily Rodriguez", role: "Event Planner", company: "Weddings & Celebrations", rating: 5,
name: "Emily Rodriguez", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=5"},
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",
},
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
@@ -197,13 +148,9 @@ export default function MenuPage() {
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ {
text: "Call (260) 242-8645", text: "Call (260) 242-8645", href: "tel:(260)242-8645"},
href: "tel:(260)242-8645",
},
{ {
text: "Return Home", text: "Return Home", href: "/"},
href: "/",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />

View File

@@ -70,9 +70,7 @@ export default function HomePage() {
brandName="Pixie Pies" brandName="Pixie Pies"
navItems={navItems} navItems={navItems}
button={{ button={{
text: "Call Now", text: "Call Now", href: "tel:(260)242-8645"}}
href: "tel:(260)242-8645",
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -86,42 +84,26 @@ export default function HomePage() {
tag="Locally Loved Since Day One" tag="Locally Loved Since Day One"
tagIcon={Heart} tagIcon={Heart}
tagAnimation="slide-up" 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" imageAlt="Fresh homemade cheesecake display"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
testimonials={[ testimonials={[
{ {
name: "Ashley's Bakery", name: "Classic Favorite", handle: "Local Loved", testimonial: "Our signature cheesecake is unmatched in flavor and quality.", rating: 5,
handle: "Local Favorite", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop&_wi=1"},
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: "Family Gatherings", name: "Family Gatherings", handle: "Community Love", testimonial: "Absolutely amazing cheesecakes. We order for every special occasion!", rating: 5,
handle: "Community Love", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop&_wi=2"},
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: "Wedding Moments", name: "Wedding Moments", handle: "Sweet Celebrations", testimonial: "Pixie Pies made our special day even sweeter with incredible desserts.", rating: 5,
handle: "Newlyweds", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop&_wi=3"},
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",
},
]} ]}
testimonialRotationInterval={5000} testimonialRotationInterval={5000}
buttons={[ buttons={[
{ {
text: "Call Now", text: "Call Now", href: "tel:(260)242-8645"},
href: "tel:(260)242-8645",
},
{ {
text: "Order Desserts", text: "Order Desserts", href: "/menu"},
href: "/menu",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -138,15 +120,7 @@ export default function HomePage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Google Reviews", "Google Reviews", "Local Favorite", "Community Trusted", "Award Winning", "Family Owned", "Handcrafted Quality", "Premium Desserts", "Wedding Favorite"]}
"Local Favorite",
"Community Trusted",
"Award Winning",
"Family Owned",
"Handcrafted Quality",
"Premium Desserts",
"Wedding Favorite",
]}
showCard={true} showCard={true}
speed={35} speed={35}
/> />
@@ -162,54 +136,24 @@ export default function HomePage() {
textboxLayout="default" textboxLayout="default"
features={[ features={[
{ {
title: "New York Cheesecake", 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: {
description: "Classic creamy perfection. Our signature recipe with graham cracker crust and pure vanilla bean flavor.", text: "Order Now", href: "/menu"},
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: "Oreo Cheesecake", 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: {
description: "Dark, decadent, and delicious. Loaded with crushed Oreos and topped with chocolate ganache.", text: "Order Now", href: "/menu"},
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: "Chocolate Cheesecake", 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: {
description: "Rich triple-chocolate layers for chocolate lovers. Premium cocoa, chocolate chunks, and creamy centers.", text: "Order Now", href: "/menu"},
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: "Specialty Flavors", 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: {
description: "Rotating seasonal and custom flavors. Strawberry, lemon, maple, and more. Request your favorite!", text: "Request Custom", href: "/menu"},
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: "Homemade Pies", 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: {
description: "Hand-rolled crust with fresh fruit and spice. Apple, cherry, pecan, and seasonal varieties available.", text: "Order Pies", href: "/menu"},
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",
},
}, },
]} ]}
gridVariant="two-columns-alternating-heights" gridVariant="two-columns-alternating-heights"
@@ -217,9 +161,7 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ {
text: "View Full Menu", text: "View Full Menu", href: "/menu"},
href: "/menu",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -230,20 +172,18 @@ export default function HomePage() {
<InlineImageSplitTextAbout <InlineImageSplitTextAbout
heading={[ heading={[
{ {
type: "text", type: "text", content: "Locally Loved"},
content: "Locally Loved Since Day One", {
}, 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} useInvertedBackground={false}
buttons={[ buttons={[
{ {
text: "Our Story", text: "Our Story", href: "#about-content"},
href: "#about-content",
},
{ {
text: "Request Event Quote", text: "Request Event Quote", href: "/menu"},
href: "/menu",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -257,11 +197,7 @@ export default function HomePage() {
textboxLayout="default" textboxLayout="default"
features={[ features={[
{ {
title: "Handcrafted Quality", 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"},
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",
},
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
@@ -279,34 +215,16 @@ export default function HomePage() {
textboxLayout="default" textboxLayout="default"
features={[ features={[
{ {
title: "Wedding Dessert Tables", 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: {
description: "Beautifully arranged cheesecake and dessert displays for receptions. Custom flavors and sizing available.", text: "Request Quote", href: "/menu"},
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: "Bulk Orders & Catering", 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: {
description: "Corporate events, rehearsal dinners, anniversary parties. We handle dessert for gatherings of any size.", text: "Catering Inquiry", href: "/menu"},
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: "Custom Flavors", 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: {
description: "Want a specific flavor or dietary option? We create custom cheesecakes for your special event.", text: "Customize", href: "/menu"},
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",
},
}, },
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
@@ -314,9 +232,7 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ {
text: "Plan Your Event", text: "Plan Your Event", href: "/menu"},
href: "/menu",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -332,53 +248,23 @@ export default function HomePage() {
textboxLayout="default" textboxLayout="default"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", role: "Bride", company: "Wedding Guest", rating: 5,
name: "Sarah Johnson", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=1"},
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: "2", id: "2", name: "Michael Chen", role: "Restaurant Owner", company: "Fine Dining Partner", rating: 5,
name: "Michael Chen", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=1"},
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: "3", id: "3", name: "Emily Rodriguez", role: "Event Planner", company: "Corporate Events", rating: 5,
name: "Emily Rodriguez", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=2"},
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: "4", id: "4", name: "David Kim", role: "Local Resident", company: "Community Member", rating: 5,
name: "David Kim", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop&_wi=1"},
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: "5", id: "5", name: "Jessica Martinez", role: "Family Coordinator", company: "Party Planning", rating: 5,
name: "Jessica Martinez", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=3"},
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: "6", id: "6", name: "Ashley Thompson", role: "Baker & Owner", company: "Pixie Pies", rating: 5,
name: "Ashley Thompson", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop&_wi=1"},
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",
},
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
@@ -398,13 +284,9 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ {
text: "Call Now (260) 242-8645", text: "Call Now (260) 242-8645", href: "tel:(260)242-8645"},
href: "tel:(260)242-8645",
},
{ {
text: "Order Today", text: "Order Today", href: "/menu"},
href: "/menu",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />

View File

@@ -34,9 +34,7 @@ export default function ReviewsPage() {
{ name: "Reviews", id: "/reviews" }, { name: "Reviews", id: "/reviews" },
]} ]}
button={{ button={{
text: "Call Now", text: "Call Now", href: "tel:(260)242-8645"}}
href: "tel:(260)242-8645",
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -50,15 +48,7 @@ export default function ReviewsPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Google Reviews", "Google Reviews", "Local Favorite", "Community Trusted", "Award Winning", "Family Owned", "Handcrafted Quality", "Premium Desserts", "Wedding Favorite"]}
"Local Favorite",
"Community Trusted",
"Award Winning",
"Family Owned",
"Handcrafted Quality",
"Premium Desserts",
"Wedding Favorite",
]}
showCard={true} showCard={true}
speed={35} speed={35}
/> />
@@ -68,59 +58,23 @@ export default function ReviewsPage() {
<TestimonialCardOne <TestimonialCardOne
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", role: "Bride", company: "Wedding Guest", rating: 5,
name: "Sarah Johnson", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=6", imageAlt: "happy customer enjoying cheesecake dessert smile portrait"},
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: "2", id: "2", name: "Michael Chen", role: "Restaurant Owner", company: "Fine Dining Partner", rating: 5,
name: "Michael Chen", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=3", imageAlt: "wedding guest enjoying cheesecake celebration reception"},
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: "3", id: "3", name: "Emily Rodriguez", role: "Event Planner", company: "Corporate Events", rating: 5,
name: "Emily Rodriguez", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=7", imageAlt: "family enjoying homemade dessert together bakery product"},
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: "4", id: "4", name: "David Kim", role: "Local Resident", company: "Community Member", rating: 5,
name: "David Kim", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop&_wi=2", imageAlt: "event planner with catered dessert display professional"},
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: "5", id: "5", name: "Jessica Martinez", role: "Family Coordinator", company: "Party Planning", rating: 5,
name: "Jessica Martinez", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=8", imageAlt: "community member enjoying local bakery favorite dessert"},
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: "6", id: "6", name: "Ashley Thompson", role: "Baker & Owner", company: "Pixie Pies", rating: 5,
name: "Ashley Thompson", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop&_wi=2", imageAlt: "baker with fresh cheesecake proud professional portrait"},
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",
},
]} ]}
title="What Our Customers Say" title="What Our Customers Say"
description="Hear from families, couples, and event planners who trust Pixie Pies for their most important moments." 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} useInvertedBackground={true}
buttons={[ buttons={[
{ {
text: "Order Today", text: "Order Today", href: "/custom-orders"},
href: "/custom-orders",
},
{ {
text: "Call (260) 242-8645", text: "Call (260) 242-8645", href: "tel:(260)242-8645"},
href: "tel:(260)242-8645",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -163,65 +113,41 @@ export default function ReviewsPage() {
{ {
items: [ items: [
{ {
label: "Home", label: "Home", href: "/"},
href: "/",
},
{ {
label: "Menu", label: "Menu", href: "/menu"},
href: "/menu",
},
{ {
label: "Custom Orders", label: "Custom Orders", href: "/custom-orders"},
href: "/custom-orders",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Reviews", label: "Reviews", href: "/reviews"},
href: "/reviews",
},
{ {
label: "Weddings & Events", label: "Weddings & Events", href: "#weddings"},
href: "#weddings",
},
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
{ {
label: "Call (260) 242-8645", label: "Call (260) 242-8645", href: "tel:(260)242-8645"},
href: "tel:(260)242-8645",
},
{ {
label: "Avilla, Indiana", label: "Avilla, Indiana", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
{ {
label: "Accessibility", label: "Accessibility", href: "#"},
href: "#",
},
], ],
}, },
]} ]}