Merge version_1 into main #4
@@ -61,13 +61,13 @@ export default function LandingPage() {
|
||||
<MetricCardSeven
|
||||
metrics={[
|
||||
{
|
||||
id: "rating", value: 4.6, title: "⭐ Guest Rating", items: ["5000+ reviews", "Consistently excellent", "Loved by Bengaluru"]
|
||||
id: "rating", value: "4.6", title: "⭐ Guest Rating", items: ["5000+ reviews", "Consistently excellent", "Loved by Bengaluru"]
|
||||
},
|
||||
{
|
||||
id: "experience", value: 10, title: "Years of Excellence", items: ["Premium dining", "Award-winning cocktails", "Expert service"]
|
||||
id: "experience", value: "10+", title: "Years of Excellence", items: ["Premium dining", "Award-winning cocktails", "Expert service"]
|
||||
},
|
||||
{
|
||||
id: "service", value: 24, title: "Service Hours", items: ["Open till 1 AM", "Dine-in & Takeaway", "No-contact delivery"]
|
||||
id: "service", value: "24/7", title: "Service Hours", items: ["Open till 1 AM", "Dine-in & Takeaway", "No-contact delivery"]
|
||||
}
|
||||
]}
|
||||
title="Why Guests Choose Toast & Tonic"
|
||||
@@ -75,6 +75,7 @@ export default function LandingPage() {
|
||||
tag="Excellence"
|
||||
tagIcon={Star}
|
||||
textboxLayout="default"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
@@ -106,6 +107,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[{ text: "View Full Menu", href: "#" }]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -130,6 +132,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[{ text: "Reserve Your Table", href: "#reservations" }]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user