Compare commits

...

6 Commits

Author SHA1 Message Date
3a337c6994 Update src/app/page.tsx 2026-04-23 16:30:15 +00:00
7ce4585e6d Merge version_38 into main
Merge version_38 into main
2026-04-23 16:20:53 +00:00
04c12bc270 Update src/app/page.tsx 2026-04-23 16:20:50 +00:00
fdbb197d64 Merge version_37 into main
Merge version_37 into main
2026-04-23 16:17:32 +00:00
5a440bbe69 Update src/app/page.tsx 2026-04-23 16:17:28 +00:00
ac91f325b0 Merge version_36 into main
Merge version_36 into main
2026-04-23 15:02:45 +00:00

View File

@@ -10,7 +10,6 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
@@ -108,22 +107,6 @@ export default function LandingPage() {
/>
</div>
<div id="product-four" data-section="product-four">
<ProductCardFour
useInvertedBackground={false}
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
textboxLayout="default"
title="Reserve Pricing"
description="View our current pricing for premium batches."
products={[
{ id: "hg", name: "Heritage Gold", price: "29€", variant: "500ml", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776956360631-k015266k.png" },
{ id: "ds", name: "Dalmatian Select Blend", price: "20€", variant: "1L", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776955941261-6dthljr2.jpg" },
{ id: "lr", name: "Limited Reserve", price: "20€", variant: "1L", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776955925518-qawq66s7.jpg" }
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
textboxLayout="split"
@@ -194,7 +177,7 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Uljara IVANIŠEVIĆ"
leftLink={{
text: "Privacy Policy", href: "#"}}
text: "© 2025 Art.Archives", href: "#"}}
rightLink={{
text: "Terms of Service", href: "#"}}
/>