diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b1f69f..8084876 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -53,107 +45,57 @@ export default function LandingPage() { @@ -163,15 +105,10 @@ export default function LandingPage() { useInvertedBackground={false} title="The G2 Experience" description={[ - "G2 is a beautifully designed space where aesthetics, comfort, and service come together.", - "Whether you're hosting an event, gathering friends, or creating memorable moments — G2 offers the perfect balance of elegance and ease.", - "Every detail is crafted to make you feel welcome, relaxed, and impressed.", - ]} + "G2 is a beautifully designed space where aesthetics, comfort, and service come together.", "Whether you're hosting an event, gathering friends, or creating memorable moments — G2 offers the perfect balance of elegance and ease.", "Every detail is crafted to make you feel welcome, relaxed, and impressed."]} buttons={[ { - text: "Learn More", - href: "#features", - }, + text: "Learn More", href: "#features"}, ]} /> @@ -182,35 +119,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Beautiful Interior Design", - description: "Thoughtfully crafted ambiance for an upscale look.", - imageSrc: "http://img.b2bpic.net/free-photo/rich-christal-chandelier-hangs-dinner-table-with-red-roses-greenery_8353-7354.jpg?_wi=2", - }, + title: "Beautiful Interior Design", description: "Thoughtfully crafted ambiance for an upscale look.", imageSrc: "http://img.b2bpic.net/free-photo/rich-christal-chandelier-hangs-dinner-table-with-red-roses-greenery_8353-7354.jpg"}, { - title: "Professional Staff", - description: "Attentive service to elevate every interaction.", - imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg?_wi=2", - }, + title: "Professional Staff", description: "Attentive service to elevate every interaction.", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg"}, { - title: "Flexible Private Events", - description: "Versatile space designed for any celebration.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-decoration-inside-building-with-escalators-brussels-belgium_181624-43247.jpg?_wi=2", - }, + title: "Flexible Private Events", description: "Versatile space designed for any celebration.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-decoration-inside-building-with-escalators-brussels-belgium_181624-43247.jpg"}, { - title: "Spacious Layout", - description: "Comfortable seating tailored to your needs.", - imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-lighting-lamp-design_23-2151037504.jpg?_wi=1", - }, + title: "Spacious Layout", description: "Comfortable seating tailored to your needs.", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-lighting-lamp-design_23-2151037504.jpg"}, { - title: "Non-Smoking Cleanliness", - description: "Impeccable environment for your comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-wedding-celebration-sunset-copy-space_637285-5719.jpg?_wi=1", - }, + title: "Non-Smoking Cleanliness", description: "Impeccable environment for your comfort.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-wedding-celebration-sunset-copy-space_637285-5719.jpg"}, { - title: "Prime Zagreb Location", - description: "Easy access right in the heart of the city.", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg?_wi=1", - }, + title: "Prime Zagreb Location", description: "Easy access right in the heart of the city.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg"}, ]} title="Unmatched Quality" description="Curated details for a seamless experience." @@ -221,44 +140,21 @@ export default function LandingPage() { @@ -293,45 +184,29 @@ export default function LandingPage() { { items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Events", - href: "#", - }, + label: "Events", href: "#"}, { - label: "Gallery", - href: "#gallery", - }, + label: "Gallery", href: "#gallery"}, ], }, { items: [ { - label: "Zagreb, Croatia", - href: "#", - }, + label: "Zagreb, Croatia", href: "#"}, { - label: "hello@g2.hr", - href: "mailto:hello@g2.hr", - }, + label: "hello@g2.hr", href: "mailto:hello@g2.hr"}, ], }, { items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, { - label: "LinkedIn", - href: "#", - }, + label: "LinkedIn", href: "#"}, ], }, ]}