Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
{ text: "Explore the Dosas", href: "#menu" },
|
||||
{ text: "Find The Benne", href: "#visit" },
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086025.jpg"
|
||||
imageAlt="Hot butter dosa on traditional tawa with melting benne"
|
||||
frameStyle="card"
|
||||
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
description="The Benne brings the legendary butter dosa culture of Karnataka to Thane. Every dosa is made fresh on the tawa, crisp on the outside, soft inside, and finished with rich, golden butter. Simple ingredients. Traditional technique. Street food perfection."
|
||||
tag="Our Story"
|
||||
buttons={[{ text: "View Full Menu", href: "#menu" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-adults-traveling-london_23-2149259472.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-adults-traveling-london_23-2149259472.jpg"
|
||||
imageAlt="Bengaluru street food culture at night with warm lights"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="The Benne story section"
|
||||
@@ -99,13 +99,13 @@ export default function LandingPage() {
|
||||
tag="Culinary Excellence"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Plain Benne Dosa", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-sauce_23-2148747683.jpg?_wi=1", imageAlt: "Plain butter dosa with coconut chutney"},
|
||||
id: "1", name: "Plain Benne Dosa", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-sauce_23-2148747683.jpg", imageAlt: "Plain butter dosa with coconut chutney"},
|
||||
{
|
||||
id: "2", name: "Benne Masala Dosa", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-sauce_23-2148747683.jpg?_wi=2", imageAlt: "Crispy dosa with spiced potato filling"},
|
||||
id: "2", name: "Benne Masala Dosa", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-sauce_23-2148747683.jpg", imageAlt: "Crispy dosa with spiced potato filling"},
|
||||
{
|
||||
id: "3", name: "Benne Podi Plain Dosa", price: "₹100", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-sauce_23-2148747683.jpg?_wi=3", imageAlt: "Street-style dosa with red powder"},
|
||||
id: "3", name: "Benne Podi Plain Dosa", price: "₹100", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-sauce_23-2148747683.jpg", imageAlt: "Street-style dosa with red powder"},
|
||||
{
|
||||
id: "4", name: "Benne Podi Masala Dosa", price: "₹140", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-sauce_23-2148747683.jpg?_wi=4", imageAlt: "Crispy dosa with spiced filling and red powder"},
|
||||
id: "4", name: "Benne Podi Masala Dosa", price: "₹140", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-with-sauce_23-2148747683.jpg", imageAlt: "Crispy dosa with spiced filling and red powder"},
|
||||
{
|
||||
id: "5", name: "Filter Coffee", price: "₹40", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-cup_23-2149720797.jpg", imageAlt: "Traditional South Indian filter coffee"},
|
||||
{
|
||||
@@ -159,7 +159,7 @@ export default function LandingPage() {
|
||||
{ text: "Get Directions", href: "#visit" },
|
||||
{ text: "Call Now", href: "tel:+919876543210" },
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -178,7 +178,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "4", title: "Do you have peak hours?", content: "Yes, peak hours are typically 7-9 PM. During these times, there may be waiting times as everything is made fresh on the tawa. We recommend visiting during off-peak hours for a faster experience."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-adults-traveling-london_23-2149259472.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-adults-traveling-london_23-2149259472.jpg"
|
||||
imageAlt="The Benne location in Thane"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user