Merge version_1 into main #2
@@ -17,11 +17,11 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="DOLOMITI"
|
||||
description="Taste the Heights of Flavor. Artisan sandwiches and wood-fired pizza crafted fresh daily in authentic Dolomiti tradition."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "🍕 Order Now", href: "#menu" },
|
||||
{ text: "📍 View Menu", href: "#menu" },
|
||||
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
"Fresh Bread Daily", "Premium Ingredients", "Generous Portions", "Italian Tradition", "Friendly Service", "Clean Atmosphere", "Custom Orders", "Wood-Fired Pizza"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -125,7 +125,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -166,17 +165,13 @@ export default function LandingPage() {
|
||||
tag="Community Voices"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Chen", role: "Regular Customer", company: "Downtown Regulars", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleasant-looking-stylish-bearded-man-speaks-smart-phone_273609-8930.jpg", imageAlt: "Maria Chen testimonial"},
|
||||
id: "1", name: "Maria Chen", role: "Regular Customer", company: "Downtown Regulars", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pleasant-looking-stylish-bearded-man-speaks-smart-phone_273609-8930.jpg", imageAlt: "Maria Chen testimonial"},
|
||||
{
|
||||
id: "2", name: "James Rodriguez", role: "Lunch Break Enthusiast", company: "Local Professionals", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1", imageAlt: "James Rodriguez testimonial"},
|
||||
id: "2", name: "James Rodriguez", role: "Lunch Break Enthusiast", company: "Local Professionals", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "James Rodriguez testimonial"},
|
||||
{
|
||||
id: "3", name: "Sophie Williams", role: "Food Explorer", company: "Community Members", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-group-young-happy-people-enjoying-lunch-while-talking-each-other-dining-table_637285-2880.jpg", imageAlt: "Sophie Williams testimonial"},
|
||||
id: "3", name: "Sophie Williams", role: "Food Explorer", company: "Community Members", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/small-group-young-happy-people-enjoying-lunch-while-talking-each-other-dining-table_637285-2880.jpg", imageAlt: "Sophie Williams testimonial"},
|
||||
{
|
||||
id: "4", name: "Antonio Martelli", role: "Italian Heritage Appreciator", company: "Neighborhood Advocates", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2", imageAlt: "Antonio Martelli testimonial"},
|
||||
id: "4", name: "Antonio Martelli", role: "Italian Heritage Appreciator", company: "Neighborhood Advocates", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Antonio Martelli testimonial"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "4.8★", label: "Average Rating" },
|
||||
|
||||
Reference in New Issue
Block a user