Merge version_1 into main #3
@@ -51,19 +51,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marko V.", handle: "@zagreb_guide", testimonial: "Najljepši kafić u Zagrebu. Ambijent za pamćenje.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lamp-design_23-2151047548.jpg", imageAlt: "luxury lounge interior dim lighting gold"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lamp-design_23-2151047548.jpg?_wi=1", imageAlt: "luxury lounge interior dim lighting gold"},
|
||||
{
|
||||
name: "Ana K.", handle: "@events_zg", testimonial: "Predivan prostor, savršen za privatna okupljanja.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-alcohol-drinks-stand-pretty-tray_1304-3187.jpg", imageAlt: "luxury bar counter interior gold lighting"},
|
||||
{
|
||||
name: "John D.", handle: "@expat_zg", testimonial: "Great venue for events and pub quizzes. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rich-christal-chandelier-hangs-dinner-table-with-red-roses-greenery_8353-7354.jpg", imageAlt: "modern luxury event space interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rich-christal-chandelier-hangs-dinner-table-with-red-roses-greenery_8353-7354.jpg?_wi=1", imageAlt: "modern luxury event space interior"},
|
||||
{
|
||||
name: "Lucija P.", handle: "@nightlife_zg", testimonial: "Clean, beautiful, welcoming atmosphere. Very professional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg", imageAlt: "modern luxury bar design"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg?_wi=1", imageAlt: "modern luxury bar design"},
|
||||
{
|
||||
name: "Ivan S.", handle: "@corporate_zg", testimonial: "Professional staff and immaculate venue. Top notch.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-decoration-inside-building-with-escalators-brussels-belgium_181624-43247.jpg", imageAlt: "luxury venue at night warm glow"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-decoration-inside-building-with-escalators-brussels-belgium_181624-43247.jpg?_wi=1", imageAlt: "luxury venue at night warm glow"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Explore G2", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-3d-lamp-design_23-2151047548.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-3d-lamp-design_23-2151047548.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/rich-christal-chandelier-hangs-dinner-table-with-red-roses-greenery_8353-7354.jpg", alt: "User 1"},
|
||||
@@ -119,17 +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"},
|
||||
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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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="Unmatched Quality"
|
||||
description="Curated details for a seamless experience."
|
||||
@@ -144,17 +144,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "The Lounge", price: "Atmospheric", imageSrc: "http://img.b2bpic.net/free-photo/rich-christal-chandelier-hangs-dinner-table-with-red-roses-greenery_8353-7354.jpg"},
|
||||
id: "1", name: "The Lounge", price: "Atmospheric", imageSrc: "http://img.b2bpic.net/free-photo/rich-christal-chandelier-hangs-dinner-table-with-red-roses-greenery_8353-7354.jpg?_wi=3"},
|
||||
{
|
||||
id: "2", name: "Event Space", price: "Flexible", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg"},
|
||||
id: "2", name: "Event Space", price: "Flexible", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg?_wi=3"},
|
||||
{
|
||||
id: "3", name: "Bar Detail", price: "Crafted", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-decoration-inside-building-with-escalators-brussels-belgium_181624-43247.jpg"},
|
||||
id: "3", name: "Bar Detail", price: "Crafted", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-decoration-inside-building-with-escalators-brussels-belgium_181624-43247.jpg?_wi=3"},
|
||||
{
|
||||
id: "4", name: "Evening Vibe", price: "Memorable", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-lighting-lamp-design_23-2151037504.jpg"},
|
||||
id: "4", name: "Evening Vibe", price: "Memorable", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-lighting-lamp-design_23-2151037504.jpg?_wi=2"},
|
||||
{
|
||||
id: "5", name: "Terrace", price: "Versatile", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-wedding-celebration-sunset-copy-space_637285-5719.jpg"},
|
||||
id: "5", name: "Terrace", price: "Versatile", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-wedding-celebration-sunset-copy-space_637285-5719.jpg?_wi=2"},
|
||||
{
|
||||
id: "6", name: "Interior Finish", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg"},
|
||||
id: "6", name: "Interior Finish", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg?_wi=2"},
|
||||
]}
|
||||
title="Gallery"
|
||||
description="Visualizing your next moment at G2."
|
||||
|
||||
Reference in New Issue
Block a user