Update src/app/page.tsx
This commit is contained in:
@@ -14,16 +14,16 @@ import { Sparkles, ChefHat, Users, Award, Phone, Facebook, Instagram } from "luc
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="light"
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="none"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
{ text: "Get in Touch", href: "#contact" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-pretzels-with-beer-sausages_23-2148754967.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU69r5MyCsaUYtnqpNbgmwykv8/uploaded-1772635234587-y73v3tjb.png"
|
||||
imageAlt="Gourmet pretzel catering spread"
|
||||
frameStyle="card"
|
||||
mediaAnimation="opacity"
|
||||
@@ -59,7 +59,8 @@ export default function LandingPage() {
|
||||
<TextSplitAbout
|
||||
title="About Our Catering"
|
||||
description={[
|
||||
"Ben's Pretzels has been a trusted name in quality baked goods for over a decade. Our catering division brings that same commitment to excellence directly to your events.", "We specialize in custom pretzel platters, gourmet snack boxes, and beverage packages that leave lasting impressions. Every order is prepared fresh using premium ingredients and time-tested recipes."]}
|
||||
"Ben's Pretzels has been a trusted name in quality baked goods for over a decade. Our catering division brings that same commitment to excellence directly to your events.", "We specialize in custom pretzel platters, gourmet snack boxes, and beverage packages that leave lasting impressions. Every order is prepared fresh using premium ingredients and time-tested recipes."
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#pricing" }]}
|
||||
showBorder={false}
|
||||
useInvertedBackground={false}
|
||||
@@ -74,16 +75,19 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "1", badge: "Small Groups", price: "$150", subtitle: "Perfect for 10-15 people", features: [
|
||||
"Assorted pretzel platter", "Choice of 2 dipping sauces", "Napkins and serving utensils", "Standard delivery"],
|
||||
"Assorted pretzel platter", "Choice of 2 dipping sauces", "Napkins and serving utensils", "Standard delivery"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2", badge: "Popular Choice", badgeIcon: Sparkles,
|
||||
price: "$350", subtitle: "Best for 25-40 people", features: [
|
||||
"Premium pretzel variety", "4 gourmet dipping sauces", "Cheese and meat platters", "Beverage package included", "Professional setup and service"],
|
||||
"Premium pretzel variety", "4 gourmet dipping sauces", "Cheese and meat platters", "Beverage package included", "Professional setup and service"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3", badge: "Premium", price: "$750+", subtitle: "For 50+ people", features: [
|
||||
"Full custom menu design", "Unlimited pretzel varieties", "6+ specialty sauce selections", "Gourmet appetizer add-ons", "Full-service catering staff", "Event day coordination"],
|
||||
"Full custom menu design", "Unlimited pretzel varieties", "6+ specialty sauce selections", "Gourmet appetizer add-ons", "Full-service catering staff", "Event day coordination"
|
||||
],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -124,13 +128,16 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Corporate Event", name: "Downtown Business Summit", price: "50+ guests", rating: 5,
|
||||
reviewCount: "Highly praised", imageSrc: "http://img.b2bpic.net/free-photo/closeup-diverse-people-enjoying-barbecue-party-together_53876-22990.jpg", imageAlt: "Corporate event catering setup"},
|
||||
reviewCount: "Highly praised", imageSrc: "http://img.b2bpic.net/free-photo/closeup-diverse-people-enjoying-barbecue-party-together_53876-22990.jpg", imageAlt: "Corporate event catering setup"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Private Party", name: "Wedding Reception Appetizers", price: "150+ guests", rating: 5,
|
||||
reviewCount: "Loved by all", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-serving-herself-buffet-restaurant_1262-1714.jpg", imageAlt: "Wedding reception catering display"},
|
||||
reviewCount: "Loved by all", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-serving-herself-buffet-restaurant_1262-1714.jpg", imageAlt: "Wedding reception catering display"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Community Gathering", name: "Local Festival Catering", price: "200+ guests", rating: 5,
|
||||
reviewCount: "Fan favorite", imageSrc: "http://img.b2bpic.net/free-photo/sweet-appetizers-fruit-dessert-catering_1303-19145.jpg", imageAlt: "Festival catering service"},
|
||||
reviewCount: "Fan favorite", imageSrc: "http://img.b2bpic.net/free-photo/sweet-appetizers-fruit-dessert-catering_1303-19145.jpg", imageAlt: "Festival catering service"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user