Compare commits
6 Commits
version_36
...
version_39
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a337c6994 | |||
| 7ce4585e6d | |||
| 04c12bc270 | |||
| fdbb197d64 | |||
| 5a440bbe69 | |||
| ac91f325b0 |
@@ -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: "#"}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user