Merge version_1 into main #2
233
src/app/page.tsx
233
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "about",
|
||||
},
|
||||
name: "Experience", id: "about"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="G2"
|
||||
/>
|
||||
@@ -53,107 +45,57 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Where Atmosphere Meets Experience"
|
||||
description="A premium space in Zagreb for unforgettable moments."
|
||||
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?_wi=1",
|
||||
imageAlt: "luxury lounge interior dim lighting gold",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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: "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?_wi=1",
|
||||
imageAlt: "modern luxury event space interior",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=1",
|
||||
imageAlt: "modern luxury bar design",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=1",
|
||||
imageAlt: "luxury venue at night warm glow",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book the Space",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book the Space", href: "#contact"},
|
||||
{
|
||||
text: "Explore G2",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Explore G2", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-3d-lamp-design_23-2151047548.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-3d-lamp-design_23-2151047548.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/rich-christal-chandelier-hangs-dinner-table-with-red-roses-greenery_8353-7354.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/rich-christal-chandelier-hangs-dinner-table-with-red-roses-greenery_8353-7354.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-modern-decoration-inside-building-with-escalators-brussels-belgium_181624-43247.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-modern-decoration-inside-building-with-escalators-brussels-belgium_181624-43247.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-futuristic-lighting-lamp-design_23-2151037504.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-futuristic-lighting-lamp-design_23-2151037504.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-view-wedding-celebration-sunset-copy-space_637285-5719.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-view-wedding-celebration-sunset-copy-space_637285-5719.jpg", alt: "User 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ guests"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "EXCLUSIVE ATMOSPHERE",
|
||||
},
|
||||
type: "text", text: "EXCLUSIVE ATMOSPHERE"},
|
||||
{
|
||||
type: "text",
|
||||
text: "LUXURY DESIGN",
|
||||
},
|
||||
type: "text", text: "LUXURY DESIGN"},
|
||||
{
|
||||
type: "text",
|
||||
text: "PRIME ZAGREB LOCATION",
|
||||
},
|
||||
type: "text", text: "PRIME ZAGREB LOCATION"},
|
||||
{
|
||||
type: "text",
|
||||
text: "PROFESSIONAL SERVICE",
|
||||
},
|
||||
type: "text", text: "PROFESSIONAL SERVICE"},
|
||||
{
|
||||
type: "text",
|
||||
text: "UNFORGETTABLE EVENTS",
|
||||
},
|
||||
type: "text", text: "UNFORGETTABLE EVENTS"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<ProductCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
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?_wi=3",
|
||||
},
|
||||
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: "2",
|
||||
name: "Event Space",
|
||||
price: "Flexible",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.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: "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: "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: "4",
|
||||
name: "Evening Vibe",
|
||||
price: "Memorable",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-lighting-lamp-design_23-2151037504.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Evening Vibe", price: "Memorable", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-lighting-lamp-design_23-2151037504.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: "5", name: "Terrace", price: "Versatile", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-wedding-celebration-sunset-copy-space_637285-5719.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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Gallery"
|
||||
description="Visualizing your next moment at G2."
|
||||
@@ -269,20 +165,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Inquire"
|
||||
title="Ready to Create Your Next Experience?"
|
||||
description="Contact us today for availability and custom planning."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Now", href: "#"},
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get in Touch", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user