Update src/app/parties/page.tsx
This commit is contained in:
@@ -49,7 +49,7 @@ export default function PartiesPage() {
|
||||
{ text: "Book a Party Now", href: "tel:+13605550123" },
|
||||
{ text: "Learn More", href: "/contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chocolate-sundae-ice-cream_1339-5760.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chocolate-sundae-ice-cream_1339-5760.jpg?_wi=4"
|
||||
imageAlt="Colorful frozen yogurt and toppings for celebrations"
|
||||
/>
|
||||
</div>
|
||||
@@ -65,19 +65,19 @@ export default function PartiesPage() {
|
||||
id: 1,
|
||||
title: "Custom Party Packages",
|
||||
description: "Choose from kids' birthday packages, teen party bundles, or adult event options. Each package includes reserved seating, unlimited frozen yogurt, and a topping bar experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-organising-lemonade-stand_23-2149430976.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-organising-lemonade-stand_23-2149430976.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Full Group Experience",
|
||||
description: "Your group gets exclusive access to our space for the duration of your party. Our friendly staff ensures everyone has a great time creating their perfect frozen yogurt creations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3441.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3441.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Flexible & Affordable",
|
||||
description: "From small family gatherings (8 people) to larger celebrations (50+ guests), we have options for every budget. Call us to customize your perfect party!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-doing-contactless-payment-fries_329181-20763.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-doing-contactless-payment-fries_329181-20763.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user