|
|
|
|
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
|
|
|
|
description="Summer treats, unforgettable events, and a brand-new chapter. Your favorite ice cream truck is rolling back into town with classic treats, frozen novelties, and smiles."
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Book the Truck", href: "#booking" },
|
|
|
|
|
{ text: "Book Now", href: "#booking" },
|
|
|
|
|
{ text: "Learn More", href: "#about" }
|
|
|
|
|
]}
|
|
|
|
|
layoutOrder="default"
|
|
|
|
|
@@ -64,11 +64,11 @@ export default function LandingPage() {
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: "graduation", title: "Graduation Parties", author: "Celebrate Success", description: "Make your graduation celebration unforgettable with Nice Bite. Guests of all ages love the nostalgic experience of ordering directly from the truck.", tags: ["Memorable", "Exciting"],
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-fit-woman-pink-yellow-sunglasses-smiling-having-fun-laughing-with-donuts-outdoor_343596-490.jpg", imageAlt: "Graduation party celebration"
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-fit-woman-pink-yellow-sunglasses-smiling-having-fun-laughing-with-donuts-outdoor_343596-490.jpg?_wi=1", imageAlt: "Graduation party celebration"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "events", title: "All Summer Events", author: "Community Connection", description: "From birthday parties to neighborhood block parties and school celebrations, Nice Bite is the perfect addition to any summer gathering.", tags: ["Community", "Fun"],
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-fit-woman-pink-yellow-sunglasses-smiling-having-fun-laughing-with-donuts-outdoor_343596-490.jpg", imageAlt: "Summer event celebration"
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-fit-woman-pink-yellow-sunglasses-smiling-having-fun-laughing-with-donuts-outdoor_343596-490.jpg?_wi=2", imageAlt: "Summer event celebration"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
@@ -108,20 +108,20 @@ export default function LandingPage() {
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", brand: "Nice Bite", name: "Classic Ice Cream Bars", price: "Starting at $3", rating: 5,
|
|
|
|
|
reviewCount: "Favorite", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-popsicles-with-fruit_23-2148763626.jpg", imageAlt: "Classic ice cream bars"
|
|
|
|
|
reviewCount: "Favorite", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-popsicles-with-fruit_23-2148763626.jpg?_wi=1", imageAlt: "Classic ice cream bars"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", brand: "Nice Bite", name: "Frozen Novelties", price: "Starting at $4", rating: 5,
|
|
|
|
|
reviewCount: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-popsicles-with-fruit_23-2148763626.jpg", imageAlt: "Frozen novelties"
|
|
|
|
|
reviewCount: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-popsicles-with-fruit_23-2148763626.jpg?_wi=2", imageAlt: "Frozen novelties"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", brand: "Nice Bite", name: "Summer Specials", price: "Seasonal", rating: 5,
|
|
|
|
|
reviewCount: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-popsicles-with-fruit_23-2148763626.jpg", imageAlt: "Summer special treats"
|
|
|
|
|
reviewCount: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-popsicles-with-fruit_23-2148763626.jpg?_wi=3", imageAlt: "Summer special treats"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Book the Truck", href: "#booking" }
|
|
|
|
|
{ text: "Book Now", href: "#booking" }
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="opacity"
|
|
|
|
|
/>
|
|
|
|
|
@@ -135,7 +135,7 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Book Now", href: "mailto:booking@nicebite.local" },
|
|
|
|
|
{ text: "Contact Us", href: "tel:+1234567890" }
|
|
|
|
|
{ text: "Call Now", href: "tel:+1234567890" }
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|