Merge version_1 into main #1
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -34,7 +34,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Order Online", href: "https://example.com/order"}}
|
||||
text: "Order Online", href: "https://example.com/order"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -43,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
title="Authentic Central Asian Cuisine"
|
||||
description="Experience the rich flavors of traditional manti, fresh-made dumplings with juicy meat filling and soft, thin dough. Open 24 hours for your convenience."
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Since Opening"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -81,19 +82,24 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Open 24 Hours", description: "Enjoy authentic manti anytime, day or night. Your cravings never close."},
|
||||
title: "Open 24 Hours", description: "Enjoy authentic manti anytime, day or night. Your cravings never close."
|
||||
},
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Freshly Made Daily", description: "Every dumpling is prepared fresh with premium ingredients and traditional recipes."},
|
||||
title: "Freshly Made Daily", description: "Every dumpling is prepared fresh with premium ingredients and traditional recipes."
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Dine-In & Delivery", description: "Experience it fresh in our cozy space or have it delivered to your door."},
|
||||
title: "Dine-In & Delivery", description: "Experience it fresh in our cozy space or have it delivered to your door."
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Brooklyn Location", description: "1013 Avenue H, Brooklyn, NY 11230. Easy access, convenient parking available."},
|
||||
title: "Brooklyn Location", description: "1013 Avenue H, Brooklyn, NY 11230. Easy access, convenient parking available."
|
||||
},
|
||||
{
|
||||
icon: DollarSign,
|
||||
title: "Affordable Pricing", description: "$10-20 per person. Quality authentic food at reasonable prices."},
|
||||
title: "Affordable Pricing", description: "$10-20 per person. Quality authentic food at reasonable prices."
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -110,16 +116,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Food Enthusiast", company: "Brooklyn Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg", imageAlt: "happy customer smiling portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg", imageAlt: "happy customer smiling portrait"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Restaurant Critic", company: "Taste Guide NY", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12867.jpg", imageAlt: "diverse customer smiling portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12867.jpg", imageAlt: "diverse customer smiling portrait"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Elena Rodriguez", role: "Regular Customer", company: "Community Member", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-clothes-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-30458.jpg", imageAlt: "satisfied customer portrait smiling"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-clothes-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-30458.jpg", imageAlt: "satisfied customer portrait smiling"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Culinary Expert", company: "Food Blog NYC", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg", imageAlt: "smiling customer portrait professional"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg", imageAlt: "smiling customer portrait professional"
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "121", label: "Verified Reviews" },
|
||||
|
||||
Reference in New Issue
Block a user