18 Commits

Author SHA1 Message Date
666385d4aa Update src/app/shop/page.tsx 2026-02-19 16:12:40 +00:00
8f817273ff Update src/app/shop/[id]/page.tsx 2026-02-19 16:12:40 +00:00
42e9516297 Update src/app/blog/page.tsx 2026-02-19 16:12:38 +00:00
328cd7968c Merge version_6 into main
Merge version_6 into main
2026-02-19 16:09:09 +00:00
40648f25cd Update src/app/styles/variables.css 2026-02-19 16:09:05 +00:00
2de4b5279a Update src/app/shop/page.tsx 2026-02-19 16:09:04 +00:00
909b79b71b Update src/app/shop/[id]/page.tsx 2026-02-19 16:09:04 +00:00
0c954ebc0f Update src/app/blog/page.tsx 2026-02-19 16:09:02 +00:00
25a2f5a4cf Merge version_4 into main
Merge version_4 into main
2026-02-19 15:56:22 +00:00
50ab431078 Update src/app/page.tsx 2026-02-19 15:56:18 +00:00
5a6043befd Update src/app/about/page.tsx 2026-02-19 15:56:17 +00:00
a84ddff123 Merge version_4 into main
Merge version_4 into main
2026-02-19 15:55:37 +00:00
ce353f9abf Update src/app/about/page.tsx 2026-02-19 15:55:32 +00:00
56e6f9e84c Merge version_3 into main
Merge version_3 into main
2026-02-19 15:42:49 +00:00
cf13322bab Merge version_3 into main
Merge version_3 into main
2026-02-19 15:42:05 +00:00
ee91d0519a Merge version_3 into main
Merge version_3 into main
2026-02-19 15:41:00 +00:00
3dd5d16e24 Merge version_3 into main
Merge version_3 into main
2026-02-19 15:37:34 +00:00
c3157fab3b Merge version_3 into main
Merge version_3 into main
2026-02-19 15:36:49 +00:00
3 changed files with 50 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TeamCardFive from '@/components/sections/team/TeamCardFive';
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactCTA from '@/components/sections/contact/ContactCTA';
@@ -41,20 +41,38 @@ export default function AboutPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<MetricSplitMediaAbout <HeroBillboardRotatedCarousel
tag="Our Heritage" title="Our Heritage"
description="For over two decades, Koliba Ukrainska has been a beacon of Ukrainian culture and tradition. Our family-owned restaurant celebrates the warmth, generosity, and authentic flavors that define our heritage."
tag="Ukrainian Traditions"
tagIcon={Sparkles} tagIcon={Sparkles}
title="Ukrainian Traditions" buttons={[
description="For over two decades, Koliba Ukrainska has been a beacon of Ukrainian culture and tradition. Our family-owned restaurant celebrates the warmth, generosity, and authentic flavors that define our heritage. Every gathering here is more than just a meal—it's a celebration of family, community, and the timeless traditions that connect us." { text: "Explore More", href: "#values" },
metrics={[ { text: "Book a Table", href: "#contact" }
{ value: "20+", title: "Years of Tradition" },
{ value: "5000+", title: "Happy Celebrations" }
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SgGlSmvaVv2SYOkECykbr8Q49/tmp/restaurant-1771515733895-84d8b845.jpg" background={{ variant: "radial-gradient" }}
imageAlt="Traditional Ukrainian restaurant ambiance" carouselItems={[
useInvertedBackground={false} {
mediaAnimation="slide-up" id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SgGlSmvaVv2SYOkECykbr8Q49/tmp/restaurant-1771515733895-84d8b845.jpg", imageAlt: "Traditional Ukrainian restaurant ambiance"
metricsAnimation="slide-up" },
{
id: "2", imageSrc: "https://img.b2bpic.net/free-photo/beautifully-decorated-venue-interior-wedding_181624-58530.jpg?_wi=2", imageAlt: "Main banquet hall with stage and fireplace"
},
{
id: "3", imageSrc: "https://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-french-windows-navy-coloured-ceiling_140725-8448.jpg?_wi=2", imageAlt: "Comfortable lounge area with traditional decor"
},
{
id: "4", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg?_wi=2", imageAlt: "Elegant dining hall with Ukrainian elements"
},
{
id: "5", imageSrc: "https://img.b2bpic.net/free-photo/table-setting-with-floral-centerpiece-wedding-reception-venue_637285-5627.jpg?_wi=2", imageAlt: "Beautiful table setting for celebrations"
},
{
id: "6", imageSrc: "https://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg?_wi=2", imageAlt: "Spacious banquet hall from above"
}
]}
autoPlay={true}
autoPlayInterval={4000}
/> />
</div> </div>

View File

@@ -111,23 +111,23 @@ export default function LandingPage() {
products={[ products={[
{ {
id: "1", brand: "Main Complex", name: "Main Banquet Hall", price: "80+ guests", rating: 5, id: "1", brand: "Main Complex", name: "Main Banquet Hall", price: "80+ guests", rating: 5,
reviewCount: "Stage & Fireplace", imageSrc: "https://img.b2bpic.net/free-photo/beautifully-decorated-venue-interior-wedding_181624-58530.jpg", imageAlt: "Main banquet hall with stage and fireplace" reviewCount: "Stage & Fireplace", imageSrc: "https://img.b2bpic.net/free-photo/beautifully-decorated-venue-interior-wedding_181624-58530.jpg?_wi=1", imageAlt: "Main banquet hall with stage and fireplace"
}, },
{ {
id: "2", brand: "Relaxation Space", name: "Lounge Zone", price: "20-40 guests", rating: 5, id: "2", brand: "Relaxation Space", name: "Lounge Zone", price: "20-40 guests", rating: 5,
reviewCount: "Hookah & Terrace", imageSrc: "https://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-french-windows-navy-coloured-ceiling_140725-8448.jpg", imageAlt: "Comfortable lounge area with hookah" reviewCount: "Hookah & Terrace", imageSrc: "https://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-french-windows-navy-coloured-ceiling_140725-8448.jpg?_wi=1", imageAlt: "Comfortable lounge area with hookah"
}, },
{ {
id: "3", brand: "Private Dining", name: "VIP Room", price: "15-30 guests", rating: 5, id: "3", brand: "Private Dining", name: "VIP Room", price: "15-30 guests", rating: 5,
reviewCount: "Exclusive & Elegant", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg", imageAlt: "VIP room with elegant Ukrainian decor" reviewCount: "Exclusive & Elegant", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg?_wi=1", imageAlt: "VIP room with elegant Ukrainian decor"
}, },
{ {
id: "4", brand: "Family Friendly", name: "Kids' Room", price: "10-20 guests", rating: 5, id: "4", brand: "Family Friendly", name: "Kids' Room", price: "10-20 guests", rating: 5,
reviewCount: "Fun & Safe", imageSrc: "https://img.b2bpic.net/free-photo/table-setting-with-floral-centerpiece-wedding-reception-venue_637285-5627.jpg", imageAlt: "Colorful kids' room with traditional elements" reviewCount: "Fun & Safe", imageSrc: "https://img.b2bpic.net/free-photo/table-setting-with-floral-centerpiece-wedding-reception-venue_637285-5627.jpg?_wi=1", imageAlt: "Colorful kids' room with traditional elements"
}, },
{ {
id: "5", brand: "Large Events", name: "Second Floor Hall", price: "100+ guests", rating: 5, id: "5", brand: "Large Events", name: "Second Floor Hall", price: "100+ guests", rating: 5,
reviewCount: "Spacious & Elegant", imageSrc: "https://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg", imageAlt: "Spacious second floor banquet hall" reviewCount: "Spacious & Elegant", imageSrc: "https://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg?_wi=1", imageAlt: "Spacious second floor banquet hall"
}, },
{ {
id: "6", brand: "Outdoor Dining", name: "Seasonal Terrace", price: "30-50 guests", rating: 5, id: "6", brand: "Outdoor Dining", name: "Seasonal Terrace", price: "30-50 guests", rating: 5,

View File

@@ -2,21 +2,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #010912;;; /* --background: #fff5f0;;;
--card: #152840;;; --card: #ffe8dd;;;
--foreground: #e6f0ff;;; --foreground: #2d1810;;;
--primary-cta: #cee7ff;;; --primary-cta: #e67e50;;;
--secondary-cta: #0e1a29;;; --secondary-cta: #fff5f0;;;
--accent: #3f5c79;;; --accent: #ff9d6f;;;
--background-accent: #004a93;;; */ --background-accent: #ffc299;;; */
--background: #010912;;; --background: #fff5f0;;;
--card: #152840;;; --card: #ffe8dd;;;
--foreground: #e6f0ff;;; --foreground: #2d1810;;;
--primary-cta: #cee7ff;;; --primary-cta: #e67e50;;;
--secondary-cta: #0e1a29;;; --secondary-cta: #fff5f0;;;
--accent: #3f5c79;;; --accent: #ff9d6f;;;
--background-accent: #004a93;;; --background-accent: #ffc299;;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);