Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 99a0ce4542 | |||
| efe1554949 | |||
| ef995daf20 | |||
| 13e3867804 | |||
| d397fab0f3 | |||
| 92d1c05582 | |||
| 1f9df81677 | |||
| 7df6e8d9db | |||
| 006556b856 |
@@ -33,7 +33,9 @@ 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>
|
||||
@@ -42,14 +44,20 @@ 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"
|
||||
/>
|
||||
@@ -64,20 +72,44 @@ 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: "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: "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: "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: "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: "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: "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: "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"},
|
||||
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",
|
||||
},
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -85,7 +117,9 @@ export default function CustomOrdersPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu", href: "/menu"},
|
||||
text: "View Our Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -100,20 +134,38 @@ 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: "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 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 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 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 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 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 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"},
|
||||
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",
|
||||
},
|
||||
]}
|
||||
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"
|
||||
/>
|
||||
@@ -130,9 +182,13 @@ 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"
|
||||
/>
|
||||
@@ -145,41 +201,65 @@ 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: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -5,7 +5,8 @@ import "./globals.css";
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Pixie Pies - Homemade Cheesecakes & Desserts in Avilla, Indiana", description: "Award-winning handcrafted cheesecakes and desserts made fresh to order. Perfect for special occasions, weddings, and events."};
|
||||
title: "Pixie Pies - Homemade Cheesecakes & Desserts in Avilla, Indiana", description: "Award-winning handcrafted cheesecakes and desserts made fresh to order. Perfect for special occasions, weddings, and events."
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -1384,4 +1385,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -67,7 +67,9 @@ 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>
|
||||
@@ -80,24 +82,54 @@ 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: "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: "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: "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: "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: "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: "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: "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: "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: "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"},
|
||||
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",
|
||||
},
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -105,7 +137,9 @@ export default function MenuPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Back to Home", href: "/"},
|
||||
text: "Back to Home",
|
||||
href: "/",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -121,14 +155,29 @@ export default function MenuPage() {
|
||||
textboxLayout="default"
|
||||
testimonials={[
|
||||
{
|
||||
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: "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: "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: "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: "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"},
|
||||
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",
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -148,9 +197,13 @@ 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"
|
||||
/>
|
||||
|
||||
@@ -70,7 +70,8 @@ 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>
|
||||
@@ -90,20 +91,25 @@ export default function HomePage() {
|
||||
testimonials={[
|
||||
{
|
||||
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"},
|
||||
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: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop&_wi=2"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop&_wi=2"
|
||||
},
|
||||
{
|
||||
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"},
|
||||
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}
|
||||
@@ -114,13 +120,14 @@ export default function HomePage() {
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Trusted by Avilla & Beyond"
|
||||
description="4.9-star rating from 48+ verified reviews across Google and local platforms."
|
||||
description="Over 1,000+ satisfied customers. 4.9★ average rating from verified reviews."
|
||||
tag="48+ Reviews"
|
||||
tagIcon={Star}
|
||||
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}
|
||||
/>
|
||||
@@ -137,23 +144,28 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
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"},
|
||||
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"},
|
||||
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"},
|
||||
text: "Order Now", 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"},
|
||||
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: "https://images.unsplash.com/photo-1577066038014-15e006b51d0e?w=500&h=500&fit=crop&_wi=1", imageAlt: "Homemade Pie", button: {
|
||||
text: "Order Pies", href: "/menu"},
|
||||
text: "Order Pies", href: "/menu"
|
||||
},
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -161,7 +173,8 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu", href: "/menu"},
|
||||
text: "View Full Menu", href: "/menu"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -172,18 +185,23 @@ export default function HomePage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "Locally Loved"},
|
||||
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: "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"},
|
||||
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"
|
||||
/>
|
||||
@@ -197,7 +215,8 @@ 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: "https://images.unsplash.com/photo-1587080190519-e21cc028cb29?w=500&h=500&fit=crop&_wi=1", imageAlt: "Pixie Pies Bakery artisan creation"},
|
||||
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"
|
||||
@@ -216,15 +235,18 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
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"},
|
||||
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: "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"},
|
||||
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: "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"},
|
||||
text: "Customize", href: "/menu"
|
||||
},
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -232,7 +254,8 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Plan Your Event", href: "/menu"},
|
||||
text: "Plan Your Event", href: "/menu"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -249,22 +272,28 @@ export default function HomePage() {
|
||||
testimonials={[
|
||||
{
|
||||
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"},
|
||||
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: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=1"},
|
||||
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: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=2"},
|
||||
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: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop&_wi=1"},
|
||||
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: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=3"},
|
||||
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: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop&_wi=1"},
|
||||
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"
|
||||
@@ -284,9 +313,11 @@ 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"
|
||||
/>
|
||||
@@ -301,4 +332,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -34,7 +34,9 @@ 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>
|
||||
@@ -48,7 +50,15 @@ 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}
|
||||
/>
|
||||
@@ -58,23 +68,59 @@ export default function ReviewsPage() {
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
{
|
||||
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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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"},
|
||||
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",
|
||||
},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from families, couples, and event planners who trust Pixie Pies for their most important moments."
|
||||
@@ -98,9 +144,13 @@ 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"
|
||||
/>
|
||||
@@ -113,41 +163,65 @@ 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