13 Commits

Author SHA1 Message Date
99a0ce4542 Merge version_7 into main
Merge version_7 into main
2026-03-08 16:48:42 +00:00
efe1554949 Update src/app/page.tsx 2026-03-08 16:48:37 +00:00
ef995daf20 Update src/app/layout.tsx 2026-03-08 16:48:36 +00:00
13e3867804 Switch to version 1: modified src/app/reviews/page.tsx 2026-03-08 16:47:51 +00:00
d397fab0f3 Switch to version 1: modified src/app/page.tsx 2026-03-08 16:47:50 +00:00
92d1c05582 Switch to version 1: modified src/app/menu/page.tsx 2026-03-08 16:47:50 +00:00
1f9df81677 Switch to version 1: modified src/app/layout.tsx 2026-03-08 16:47:49 +00:00
7df6e8d9db Switch to version 1: modified src/app/custom-orders/page.tsx 2026-03-08 16:47:49 +00:00
006556b856 Merge version_6 into main
Merge version_6 into main
2026-03-08 16:46:47 +00:00
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
6cfcdefb8e Merge version_5 into main
Merge version_5 into main
2026-03-08 16:44:19 +00:00
5 changed files with 358 additions and 1539 deletions

View File

@@ -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: "#",
},
],
},
]}

File diff suppressed because it is too large Load Diff

View File

@@ -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"
/>

View File

@@ -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,14 +185,23 @@ 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"
/>
@@ -193,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"
@@ -212,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"
@@ -228,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"
/>
@@ -245,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"
@@ -280,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"
/>

View File

@@ -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: "#",
},
],
},
]}