Merge version_1 into main #4

Merged
bender merged 4 commits from version_1 into main 2026-03-28 11:30:53 +00:00
4 changed files with 13 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ export default function ContactPage() {
const navItems = [{ name: "Domov", id: "/" }, { name: "Sortiment", id: "/produkty" }, { name: "Príbeh", id: "/o-nas" }, { name: "Kontakt", id: "/kontakt" }];
return (
<ThemeProvider defaultButtonVariant="expand-hover" defaultTextAnimation="background-highlight" borderRadius="rounded">
<ThemeProvider defaultButtonVariant="expand-hover" defaultTextAnimation="background-highlight" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<div id="nav" data-section="nav">
<NavbarStyleFullscreen navItems={navItems} brandName="Fiorino" />
</div>
@@ -19,6 +19,7 @@ export default function ContactPage() {
description="Bottova 4, 811 09 Bratislava. Otvorené Po-Pia 9:00 - 18:00, So 10:00 - 17:00."
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop-cafe-interior_74190-6312.jpg"
useInvertedBackground={false}
background={{ variant: "plain" }}
mediaAnimation="slide-up"
/>
</div>

View File

@@ -8,7 +8,7 @@ export default function AboutPage() {
const navItems = [{ name: "Domov", id: "/" }, { name: "Sortiment", id: "/produkty" }, { name: "Príbeh", id: "/o-nas" }, { name: "Kontakt", id: "/kontakt" }];
return (
<ThemeProvider defaultButtonVariant="expand-hover" defaultTextAnimation="background-highlight" borderRadius="rounded">
<ThemeProvider defaultButtonVariant="expand-hover" defaultTextAnimation="background-highlight" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<div id="nav" data-section="nav">
<NavbarStyleFullscreen navItems={navItems} brandName="Fiorino" />
</div>

View File

@@ -9,7 +9,7 @@ import FooterSimple from "@/components/sections/footer/FooterSimple";
export default function HomePage() {
return (
<ThemeProvider defaultButtonVariant="expand-hover" defaultTextAnimation="background-highlight" borderRadius="rounded">
<ThemeProvider defaultButtonVariant="expand-hover" defaultTextAnimation="background-highlight" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
brandName="Fiorino"
@@ -48,10 +48,10 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Burrata Italiana", price: "12,99 €", variant: "Najobľúbenejšia", imageSrc: "http://img.b2bpic.net/free-photo/world-tapa-s-day-celebration-with-snacks_23-2149368934.jpg?_wi=1" },
{ id: "p2", name: "Prosciutto di Parma", price: "8,50 €", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/closeup-charcuterie-meat-products_53876-146578.jpg?_wi=1" },
{ id: "p3", name: "Caffè Fiorino Espresso", price: "6,90 €", variant: "Bestseller", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135049.jpg?_wi=1" },
{ id: "p4", name: "Prosecco Extra Dry", price: "15,50 €", variant: "Crowd favorite", imageSrc: "http://img.b2bpic.net/free-photo/table-with-glass-flowers_1157-783.jpg?_wi=1" }
{ id: "p1", name: "Burrata Italiana", price: "12,99 €", variant: "Najobľúbenejšia", imageSrc: "http://img.b2bpic.net/free-photo/world-tapa-s-day-celebration-with-snacks_23-2149368934.jpg" },
{ id: "p2", name: "Prosciutto di Parma", price: "8,50 €", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/closeup-charcuterie-meat-products_53876-146578.jpg" },
{ id: "p3", name: "Caffè Fiorino Espresso", price: "6,90 €", variant: "Bestseller", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135049.jpg" },
{ id: "p4", name: "Prosecco Extra Dry", price: "15,50 €", variant: "Crowd favorite", imageSrc: "http://img.b2bpic.net/free-photo/table-with-glass-flowers_1157-783.jpg" }
]}
/>
</div>

View File

@@ -6,7 +6,7 @@ import FooterSimple from "@/components/sections/footer/FooterSimple";
export default function ProductsPage() {
return (
<ThemeProvider defaultButtonVariant="expand-hover" defaultTextAnimation="background-highlight" borderRadius="rounded">
<ThemeProvider defaultButtonVariant="expand-hover" defaultTextAnimation="background-highlight" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
brandName="Fiorino"
@@ -22,10 +22,10 @@ export default function ProductsPage() {
<ProductCatalog
layout="page"
products={[
{ id: "prod-1", name: "Mozzarella di Bufala", price: "4,90 €", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/world-tapa-s-day-celebration-with-snacks_23-2149368934.jpg?_wi=2" },
{ id: "prod-2", name: "Salame Milano", price: "7,90 €", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/closeup-charcuterie-meat-products_53876-146578.jpg?_wi=2" },
{ id: "prod-3", name: "Pesto Genovese", price: "5,50 €", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135049.jpg?_wi=2" },
{ id: "prod-4", name: "Parmigiano Reggiano", price: "9,90 €", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/table-with-glass-flowers_1157-783.jpg?_wi=2" }
{ id: "prod-1", name: "Mozzarella di Bufala", price: "4,90 €", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/world-tapa-s-day-celebration-with-snacks_23-2149368934.jpg" },
{ id: "prod-2", name: "Salame Milano", price: "7,90 €", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/closeup-charcuterie-meat-products_53876-146578.jpg" },
{ id: "prod-3", name: "Pesto Genovese", price: "5,50 €", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135049.jpg" },
{ id: "prod-4", name: "Parmigiano Reggiano", price: "9,90 €", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/table-with-glass-flowers_1157-783.jpg" }
]}
/>
</div>