diff --git a/src/app/page.tsx b/src/app/page.tsx index 939d407..2b6b574 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,31 +17,23 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="reveal-blur" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -99,119 +74,49 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Authentic Vegetarian Menu", - description: "Experience the true essence of Indian vegetarian cuisine with dishes made from fresh, high-quality ingredients.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg", - }, + title: "Authentic Vegetarian Menu", description: "Experience the true essence of Indian vegetarian cuisine with dishes made from fresh, high-quality ingredients.", media: { imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg" }, items: [ - { - icon: CheckCircle, - text: "Locally sourced produce", - }, - { - icon: CheckCircle, - text: "Authentic traditional recipes", - }, - { - icon: CheckCircle, - text: "Vegetarian friendly focus", - }, + { icon: CheckCircle, text: "Locally sourced produce" }, + { icon: CheckCircle, text: "Authentic traditional recipes" }, + { icon: CheckCircle, text: "Vegetarian friendly focus" }, ], - imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-digital-art_23-2151358144.jpg?_wi=2", - imageAlt: "fresh vegetarian indian thali", + reverse: false }, { - title: "Family Friendly Atmosphere", - description: "Our restaurant offers a welcoming environment for families, pilgrims, and travelers, ensuring comfort and joy at every meal.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479058.jpg", - }, + title: "Family Friendly Atmosphere", description: "Our restaurant offers a welcoming environment for families, pilgrims, and travelers, ensuring comfort and joy at every meal.", media: { imageSrc: "http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479058.jpg" }, items: [ - { - icon: Users, - text: "Spacious family seating", - }, - { - icon: Users, - text: "Warm and inviting decor", - }, - { - icon: Users, - text: "Courteous service staff", - }, + { icon: Users, text: "Spacious family seating" }, + { icon: Users, text: "Warm and inviting decor" }, + { icon: Users, text: "Courteous service staff" }, ], - imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145585.jpg?_wi=2", - imageAlt: "fresh vegetarian indian thali", + reverse: false }, { - title: "Signature Refreshments", - description: "Pair your meal with our range of refreshing drinks, perfect for the climate of Vrindavan.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/lots-fresh-fruit-cut-beautiful-wooden-background-fresh-fruit-drink-jam-tasty-healthy-food_169016-4877.jpg", - }, + title: "Signature Refreshments", description: "Pair your meal with our range of refreshing drinks, perfect for the climate of Vrindavan.", media: { imageSrc: "http://img.b2bpic.net/free-photo/lots-fresh-fruit-cut-beautiful-wooden-background-fresh-fruit-drink-jam-tasty-healthy-food_169016-4877.jpg" }, items: [ - { - icon: Coffee, - text: "Fresh seasonal juices", - }, - { - icon: Coffee, - text: "Traditional lassis", - }, - { - icon: Coffee, - text: "Refreshing iced beverages", - }, + { icon: Coffee, text: "Fresh seasonal juices" }, + { icon: Coffee, text: "Traditional lassis" }, + { icon: Coffee, text: "Refreshing iced beverages" }, ], - imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg?_wi=1", - imageAlt: "fresh vegetarian indian thali", + reverse: false }, { - title: "Prime Location", - description: "Situated centrally in Vrindavan, making it an ideal stop for pilgrims and tourists exploring the spiritual hub.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-greens-salad-with-corns-along-with-with-seasonings-eggs-dark-blue-background_140725-50953.jpg", - }, + title: "Prime Location", description: "Situated centrally in Vrindavan, making it an ideal stop for pilgrims and tourists exploring the spiritual hub.", media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-greens-salad-with-corns-along-with-with-seasonings-eggs-dark-blue-background_140725-50953.jpg" }, items: [ - { - icon: MapPin, - text: "Heart of Vrindavan", - }, - { - icon: MapPin, - text: "Easily accessible", - }, - { - icon: MapPin, - text: "Near major landmarks", - }, + { icon: MapPin, text: "Heart of Vrindavan" }, + { icon: MapPin, text: "Easily accessible" }, + { icon: MapPin, text: "Near major landmarks" }, ], - imageSrc: "http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479084.jpg?_wi=1", - imageAlt: "fresh vegetarian indian thali", + reverse: false }, { - title: "Hygienic Standards", - description: "We prioritize cleanliness and safety to ensure that every dish served meets the highest health standards.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086034.jpg", - }, + title: "Hygienic Standards", description: "We prioritize cleanliness and safety to ensure that every dish served meets the highest health standards.", media: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086034.jpg" }, items: [ - { - icon: ShieldCheck, - text: "Sanitized environment", - }, - { - icon: ShieldCheck, - text: "Professional food handling", - }, - { - icon: ShieldCheck, - text: "Quality control", - }, + { icon: ShieldCheck, text: "Sanitized environment" }, + { icon: ShieldCheck, text: "Professional food handling" }, + { icon: ShieldCheck, text: "Quality control" }, ], - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-redhead-woman-having-fun-while-having-dinner-with-friends-home_637285-3551.jpg?_wi=1", - imageAlt: "fresh vegetarian indian thali", + reverse: false }, ]} title="Why Choose Tripti?" @@ -225,41 +130,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Amit Sharma", - handle: "@amit.sharma", - testimonial: "The best vegetarian food I've had in Vrindavan. Truly delicious and authentic.", - imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg?_wi=2", - }, - { - id: "2", - name: "Rahul Verma", - handle: "@rahul.verma", - testimonial: "Excellent service and a wonderful family atmosphere. Highly recommended for travelers.", - imageSrc: "http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479084.jpg?_wi=2", - }, - { - id: "3", - name: "Priya Singh", - handle: "@priya.singh", - testimonial: "Such a warm experience. The flavors are simply unbeatable. A must-visit place!", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-redhead-woman-having-fun-while-having-dinner-with-friends-home_637285-3551.jpg?_wi=2", - }, - { - id: "4", - name: "Vikram Sethi", - handle: "@vikram.sethi", - testimonial: "Top-rated for a reason. Everything we ordered was incredibly fresh and flavorful.", - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg", - }, - { - id: "5", - name: "Ananya Reddy", - handle: "@ananya.reddy", - testimonial: "The staff are so friendly and the environment is very clean and welcoming. Best experience!", - imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-drinking-coffee-cafe_23-2149260218.jpg", - }, + { id: "1", name: "Amit Sharma", handle: "@amit.sharma", testimonial: "The best vegetarian food I've had in Vrindavan. Truly delicious and authentic.", imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg" }, + { id: "2", name: "Rahul Verma", handle: "@rahul.verma", testimonial: "Excellent service and a wonderful family atmosphere. Highly recommended for travelers.", imageSrc: "http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479084.jpg" }, + { id: "3", name: "Priya Singh", handle: "@priya.singh", testimonial: "Such a warm experience. The flavors are simply unbeatable. A must-visit place!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-redhead-woman-having-fun-while-having-dinner-with-friends-home_637285-3551.jpg" }, + { id: "4", name: "Vikram Sethi", handle: "@vikram.sethi", testimonial: "Top-rated for a reason. Everything we ordered was incredibly fresh and flavorful.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg" }, + { id: "5", name: "Ananya Reddy", handle: "@ananya.reddy", testimonial: "The staff are so friendly and the environment is very clean and welcoming. Best experience!", imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-drinking-coffee-cafe_23-2149260218.jpg" }, ]} title="What Our Guests Say" description="Consistently top-rated for our flavor, ambiance, and service quality." @@ -269,9 +144,7 @@ export default function LandingPage() {