Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -46,14 +46,14 @@ export default function LandingPage() {
|
||||
title="A Culinary Gem in Santa Fe"
|
||||
description="Seasonal dishes, handcrafted pasta, and unforgettable dining. Experience upscale local cuisine in an intimate, welcoming atmosphere."
|
||||
tag="⭐ 4.9 Rating from 40+ Guests"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Reserve a Table", href: "#cta" },
|
||||
{ text: "Call Now", href: "tel:(505) 428-0994" },
|
||||
]}
|
||||
dashboard={{
|
||||
title: "Fable Highlights", logoIcon: Utensils,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-candles-restaurant_8353-9527.jpg?_wi=1", searchPlaceholder: "Discover our menu", buttons: [
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-candles-restaurant_8353-9527.jpg", searchPlaceholder: "Discover our menu", buttons: [
|
||||
{ text: "View Menu", href: "#featured-dishes" },
|
||||
{ text: "Location", href: "#location" },
|
||||
],
|
||||
@@ -64,14 +64,17 @@ export default function LandingPage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Experience", values: ["15+", "20+", "25+"],
|
||||
valueSuffix: "Years", description: "Culinary excellence"},
|
||||
title: "Experience", values: [15, 20, 25],
|
||||
valueSuffix: "Years", description: "Culinary excellence"
|
||||
},
|
||||
{
|
||||
title: "Guests", values: ["4.9", "4.95", "4.9"],
|
||||
valuePrefix: "★", description: "Satisfaction rating"},
|
||||
title: "Guests", values: [4.9, 4.95, 4.9],
|
||||
valuePrefix: "★", description: "Satisfaction rating"
|
||||
},
|
||||
{
|
||||
title: "Menu", values: ["100+", "120+", "100+"],
|
||||
description: "Seasonal offerings"},
|
||||
title: "Menu", values: [100, 120, 100],
|
||||
description: "Seasonal offerings"
|
||||
},
|
||||
],
|
||||
chartTitle: "Reservation Trend", chartData: [
|
||||
{ value: 75 },
|
||||
@@ -99,17 +102,23 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Martinez", handle: "Santa Fe Local", testimonial: "The food, ambiance, and service are top-notch. Every visit feels like a special celebration.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-man-white-tshirt-jacket-smiling-brown-background_197531-26657.jpg?_wi=1", imageAlt: "Sarah Martinez"},
|
||||
id: "1", name: "Sarah Martinez", handle: "Santa Fe Local", testimonial: "The food, ambiance, and service are top-notch. Every visit feels like a special celebration.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-man-white-tshirt-jacket-smiling-brown-background_197531-26657.jpg", imageAlt: "Sarah Martinez"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Wilson", handle: "Date Night Regular", testimonial: "Bright flavors and perfectly handmade pasta. This is the finest restaurant in Santa Fe.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Wilson"},
|
||||
id: "2", name: "James Wilson", handle: "Date Night Regular", testimonial: "Bright flavors and perfectly handmade pasta. This is the finest restaurant in Santa Fe.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Michelle Rodriguez", handle: "Food Enthusiast", testimonial: "One of the finest restaurants in Santa Fe. The seasonal menu is always surprising and delicious.", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg", imageAlt: "Michelle Rodriguez"},
|
||||
id: "3", name: "Michelle Rodriguez", handle: "Food Enthusiast", testimonial: "One of the finest restaurants in Santa Fe. The seasonal menu is always surprising and delicious.", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg", imageAlt: "Michelle Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Chen", handle: "Visitor to Santa Fe", testimonial: "Worth the drive to El Dorado. Exceptional culinary craftsmanship and genuine hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "David Chen"},
|
||||
id: "4", name: "David Chen", handle: "Visitor to Santa Fe", testimonial: "Worth the drive to El Dorado. Exceptional culinary craftsmanship and genuine hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "David Chen"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Patricia Thompson", handle: "Regular Guest", testimonial: "Perfect for special occasions. The attention to detail in every dish is remarkable.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-man-white-tshirt-jacket-smiling-brown-background_197531-26657.jpg?_wi=2", imageAlt: "Patricia Thompson"},
|
||||
id: "5", name: "Patricia Thompson", handle: "Regular Guest", testimonial: "Perfect for special occasions. The attention to detail in every dish is remarkable.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-man-white-tshirt-jacket-smiling-brown-background_197531-26657.jpg", imageAlt: "Patricia Thompson"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Marcus Johnson", handle: "Local Foodie", testimonial: "Handcrafted excellence on every plate. Fable sets the standard for fine dining in northern New Mexico.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Johnson"},
|
||||
id: "6", name: "Marcus Johnson", handle: "Local Foodie", testimonial: "Handcrafted excellence on every plate. Fable sets the standard for fine dining in northern New Mexico.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
]}
|
||||
speed={40}
|
||||
/>
|
||||
@@ -119,7 +128,8 @@ export default function LandingPage() {
|
||||
<TextSplitAbout
|
||||
title="About Fable"
|
||||
description={[
|
||||
"At Fable Restaurant & Market, we celebrate seasonal ingredients, handcrafted techniques, and the culinary traditions of New Mexico. Our commitment is simple: exceptional food, warm hospitality, and an intimate dining experience that feels like home.", "Every dish tells a story—sourced from local purveyors, prepared with precision, and served with genuine care. We believe fine dining should be approachable, our team genuine, and your evening unforgettable.", "Nestled in the heart of El Dorado, Fable is more than a restaurant. It's a destination for those who appreciate culinary artistry, community connection, and the magic of shared meals."]}
|
||||
"At Fable Restaurant & Market, we celebrate seasonal ingredients, handcrafted techniques, and the culinary traditions of New Mexico. Our commitment is simple: exceptional food, warm hospitality, and an intimate dining experience that feels like home.", "Every dish tells a story—sourced from local purveyors, prepared with precision, and served with genuine care. We believe fine dining should be approachable, our team genuine, and your evening unforgettable.", "Nestled in the heart of El Dorado, Fable is more than a restaurant. It's a destination for those who appreciate culinary artistry, community connection, and the magic of shared meals."
|
||||
]}
|
||||
buttons={[{ text: "View Our Menu", href: "#featured-dishes" }]}
|
||||
showBorder={true}
|
||||
useInvertedBackground={false}
|
||||
@@ -133,13 +143,17 @@ export default function LandingPage() {
|
||||
tag="Signature Menu"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Handmade Pasta", price: "Market Price", variant: "Fresh Daily", imageSrc: "http://img.b2bpic.net/free-photo/side-view-creamy-mushroom-fettuccine-mushrooms-salt-pepper-garlic-pasta-cheese-dried-tomato-plate_141793-4874.jpg", imageAlt: "Handmade fresh pasta dish"},
|
||||
id: "1", name: "Handmade Pasta", price: "Market Price", variant: "Fresh Daily", imageSrc: "http://img.b2bpic.net/free-photo/side-view-creamy-mushroom-fettuccine-mushrooms-salt-pepper-garlic-pasta-cheese-dried-tomato-plate_141793-4874.jpg", imageAlt: "Handmade fresh pasta dish"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Beef Short Ribs", price: "$32", variant: "Braised Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/man-pouring-nar-sharab-pomegranate-sauce-grilled-chicken-served-with-lemon_140725-3042.jpg", imageAlt: "Braised beef short ribs"},
|
||||
id: "2", name: "Beef Short Ribs", price: "$32", variant: "Braised Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/man-pouring-nar-sharab-pomegranate-sauce-grilled-chicken-served-with-lemon_140725-3042.jpg", imageAlt: "Braised beef short ribs"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Seasonal Vegetables", price: "$18", variant: "Local Selection", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-choco-eclairs-with-tea-berries-dark-table-sweet-cake-pie-dessert_140725-81774.jpg", imageAlt: "Fresh seasonal vegetables"},
|
||||
id: "3", name: "Seasonal Vegetables", price: "$18", variant: "Local Selection", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-choco-eclairs-with-tea-berries-dark-table-sweet-cake-pie-dessert_140725-81774.jpg", imageAlt: "Fresh seasonal vegetables"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Curated Cocktails", price: "$14", variant: "House Creations", imageSrc: "http://img.b2bpic.net/free-photo/side-view-alcohol-cocktail-with-kiwi-golden-glass-wooden-stand_140725-12773.jpg?_wi=1", imageAlt: "Craft cocktail selection"},
|
||||
id: "4", name: "Curated Cocktails", price: "$14", variant: "House Creations", imageSrc: "http://img.b2bpic.net/free-photo/side-view-alcohol-cocktail-with-kiwi-golden-glass-wooden-stand_140725-12773.jpg", imageAlt: "Craft cocktail selection"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -157,20 +171,23 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Cozy Yet Upscale", description: "An intimate setting that feels both elegant and welcoming, perfect for date nights, celebrations, or quiet gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312232.jpg?_wi=1"},
|
||||
title: "Cozy Yet Upscale", description: "An intimate setting that feels both elegant and welcoming, perfect for date nights, celebrations, or quiet gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312232.jpg"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Attentive Service", description: "Our team anticipates your needs, offering genuine hospitality and expert recommendations throughout your meal.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-table-arrangement_52683-107254.jpg?_wi=1"},
|
||||
title: "Attentive Service", description: "Our team anticipates your needs, offering genuine hospitality and expert recommendations throughout your meal.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-table-arrangement_52683-107254.jpg"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Curated Cocktails", description: "House-made syrups and premium spirits expertly paired with our seasonal menu for the perfect complement.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-alcohol-cocktail-with-kiwi-golden-glass-wooden-stand_140725-12773.jpg?_wi=2"},
|
||||
title: "Curated Cocktails", description: "House-made syrups and premium spirits expertly paired with our seasonal menu for the perfect complement.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-alcohol-cocktail-with-kiwi-golden-glass-wooden-stand_140725-12773.jpg"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Relaxed Santa Fe Dining", description: "No pretension, no rush—just exceptional food, warm hospitality, and the unhurried pace Santa Fe is known for.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-candles-restaurant_8353-9527.jpg?_wi=2"},
|
||||
title: "Relaxed Santa Fe Dining", description: "No pretension, no rush—just exceptional food, warm hospitality, and the unhurried pace Santa Fe is known for.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-candles-restaurant_8353-9527.jpg"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -181,11 +198,14 @@ export default function LandingPage() {
|
||||
tag="Reservation"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "(505) 428-0994", description: "Call Now for Availability"},
|
||||
id: "1", value: "(505) 428-0994", description: "Call Now for Availability"
|
||||
},
|
||||
{
|
||||
id: "2", value: "Open Now", description: "Monday – Saturday from 11 AM"},
|
||||
id: "2", value: "Open Now", description: "Monday – Saturday from 11 AM"
|
||||
},
|
||||
{
|
||||
id: "3", value: "7 Ave Vista Grande", description: "Located in El Dorado"},
|
||||
id: "3", value: "7 Ave Vista Grande", description: "Located in El Dorado"
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -208,7 +228,7 @@ export default function LandingPage() {
|
||||
required: false,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312232.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312232.jpg"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Check Availability"
|
||||
@@ -228,7 +248,7 @@ export default function LandingPage() {
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-table-arrangement_52683-107254.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-table-arrangement_52683-107254.jpg"
|
||||
mediaPosition="left"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Send Message"
|
||||
|
||||
Reference in New Issue
Block a user