@@ -263,54 +132,21 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Rooftop Dining",
- description: "Open-air scenic mountain views.",
- bentoComponent: "media-stack",
- items: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-summer-sky-white_1203-5683.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-breakfast-with-egg-dish-pancakes-fresh-salad-jam-cheese-honey_140725-204.jpg",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-fortune-teller-with-globe_23-2150006245.jpg?_wi=2",
- imageAlt: "elegant restaurant rooftop city view",
+ title: "Rooftop Dining", description: "Open-air scenic mountain views.", bentoComponent: "media-stack", items: [
+ { imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-summer-sky-white_1203-5683.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-breakfast-with-egg-dish-pancakes-fresh-salad-jam-cheese-honey_140725-204.jpg" },
+ ]
},
{
- title: "Cozy Indoor Winter",
- description: "Heated comfort during colder months.",
- bentoComponent: "reveal-icon",
- icon: Flame,
- imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg?_wi=2",
- imageAlt: "elegant restaurant rooftop city view",
+ title: "Cozy Indoor Winter", description: "Heated comfort during colder months.", bentoComponent: "reveal-icon", icon: Flame
},
{
- title: "Family Friendly",
- description: "Spacious seating for groups.",
- bentoComponent: "icon-info-cards",
- items: [
- {
- icon: Users,
- label: "Group Seating",
- value: "Available",
- },
- {
- icon: Baby,
- label: "Kid Friendly",
- value: "Yes",
- },
- {
- icon: Clock,
- label: "Open Daily",
- value: "10am-2am",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kids-table_23-2149213368.jpg?_wi=2",
- imageAlt: "elegant restaurant rooftop city view",
+ title: "Family Friendly", description: "Spacious seating for groups.", bentoComponent: "icon-info-cards", items: [
+ { icon: Users, label: "Group Seating", value: "Available" },
+ { icon: Baby, label: "Kid Friendly", value: "Yes" },
+ { icon: Clock, label: "Open Daily", value: "10am-2am" },
+ ]
},
]}
title="Atmosphere for Every Occasion"
@@ -320,24 +156,13 @@ export default function LandingPage() {