Merge version_1 into main #2
@@ -43,14 +43,14 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="CHINOUE"
|
||||
description="Hyderabad's Most Addictive Dessert Experience. Nutella Kunafa. Oreo Brownies. Tandoori Momos. Luxury taste. Everyday prices."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Visit Us", href: "#visit" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stacked-baked-cookies-plate-near-cup-teapot-pink-roses-vase-table_181624-2564.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stacked-baked-cookies-plate-near-cup-teapot-pink-roses-vase-table_181624-2564.jpg"
|
||||
imageAlt="Nutella Kunafa cheese pull"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
@@ -91,10 +91,10 @@ export default function LandingPage() {
|
||||
tag="verified"
|
||||
tagIcon={CheckCircle}
|
||||
metrics={[
|
||||
{ id: "rating", value: "4.8★", title: "Average Rating", description: "From 500+ verified reviews" },
|
||||
{ id: "customers", value: "15K+", title: "Happy Customers", description: "Across Hyderabad" },
|
||||
{ id: "orders", value: "50K+", title: "Orders Served", description: "And counting daily" },
|
||||
{ id: "instagram", value: "8K+", title: "Instagram Followers", description: "Join our food family" }
|
||||
{ id: "rating", value: "4.8★", title: "Average Rating", description: "From 500+ verified reviews", imageSrc: "http://img.b2bpic.net/free-photo/stacked-baked-cookies-plate-near-cup-teapot-pink-roses-vase-table_181624-2564.jpg", imageAlt: "Rating metric" },
|
||||
{ id: "customers", value: "15K+", title: "Happy Customers", description: "Across Hyderabad", imageSrc: "http://img.b2bpic.net/free-photo/black-tea-with-napoleon-cake-table_140725-7205.jpg", imageAlt: "Customers metric" },
|
||||
{ id: "orders", value: "50K+", title: "Orders Served", description: "And counting daily", imageSrc: "http://img.b2bpic.net/free-photo/bitten-chocolate-dessert-stone-plate_23-2147802457.jpg", imageAlt: "Orders metric" },
|
||||
{ id: "instagram", value: "8K+", title: "Instagram Followers", description: "Join our food family", imageSrc: "http://img.b2bpic.net/free-photo/fried-dumplings-samosas-ready-eat-generated-by-ai_188544-43164.jpg", imageAlt: "Instagram metric" }
|
||||
]}
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
@@ -158,7 +158,7 @@ export default function LandingPage() {
|
||||
tagIcon={Camera}
|
||||
features={[
|
||||
{
|
||||
title: "Nutella Kunafa", description: "Crispy layers meet gooey indulgence", imageSrc: "http://img.b2bpic.net/free-photo/stacked-baked-cookies-plate-near-cup-teapot-pink-roses-vase-table_181624-2564.jpg?_wi=2"
|
||||
title: "Nutella Kunafa", description: "Crispy layers meet gooey indulgence", imageSrc: "http://img.b2bpic.net/free-photo/stacked-baked-cookies-plate-near-cup-teapot-pink-roses-vase-table_181624-2564.jpg"
|
||||
},
|
||||
{
|
||||
title: "Chocolate Dreams", description: "Decadent creations that melt your heart", imageSrc: "http://img.b2bpic.net/free-photo/set-vegetable-grater-grated-cabbage-red-cabbage-dark-wooden-background-side-view_176474-5211.jpg"
|
||||
@@ -189,9 +189,9 @@ export default function LandingPage() {
|
||||
title="Come Taste It Tonight"
|
||||
description="Don't just imagine the taste. Experience the luxury. Visit CHINOUE and create your own unforgettable dessert moment."
|
||||
tagIcon={MapPin}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stacked-baked-cookies-plate-near-cup-teapot-pink-roses-vase-table_181624-2564.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stacked-baked-cookies-plate-near-cup-teapot-pink-roses-vase-table_181624-2564.jpg"
|
||||
imageAlt="Visit CHINOUE for an unforgettable experience"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user