Compare commits

..

7 Commits

Author SHA1 Message Date
c33655206c Update src/app/page.tsx 2026-04-23 12:25:53 +00:00
a0bfe8aad9 Update src/app/page.tsx 2026-04-23 12:21:10 +00:00
20c08a67f6 Update src/app/page.tsx 2026-04-23 12:20:38 +00:00
34b2073461 Merge version_33 into main
Merge version_33 into main
2026-04-23 12:16:44 +00:00
cd008da2f5 Update src/app/page.tsx 2026-04-23 12:16:41 +00:00
4533946c75 Merge version_32 into main
Merge version_32 into main
2026-04-23 12:10:40 +00:00
0d8d3f5fc3 Merge version_32 into main
Merge version_32 into main
2026-04-23 12:04:23 +00:00

View File

@@ -10,6 +10,7 @@ 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';
@@ -98,7 +99,7 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{ id: "p1", name: "Heritage Gold (Reserve Edition)", price: "Available from €20/L", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776944434849-liw5lcf5.jpg", onProductClick: () => window.location.href = "#contact" },
{ id: "p3", name: "Dalmatian Select Blend", price: "Available from €20/L", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776914762475-tchq7awh.jpg?_wi=2", onProductClick: () => window.location.href = "#contact" },
{ id: "p3", name: "Dalmatian Select Blend", price: "Available from €20/L", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776914762475-tchq7awh.jpg", onProductClick: () => window.location.href = "#contact" },
{ id: "p4", name: "Limited Reserve", price: "Available from €20/L", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776915838859-egsaiv37.jpg", onProductClick: () => window.location.href = "#contact" },
]}
buttons={[{ text: "Order Now", href: "#contact" }]}
@@ -107,6 +108,17 @@ 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="New Arrivals"
description="Explore our latest additions to the reserve collection."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
textboxLayout="split"
@@ -130,9 +142,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{ id: "m1", value: "4.8", title: "Google Rating", description: "Based on verified client reviews.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-pathway-forest_23-2147677653.jpg" },
{ id: "m1", value: "4.8", title: "Google Rating", description: "Based on verified client reviews.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776947081673-53tfxfz5.jpg" },
{ id: "m2", value: "12", title: "Hectares", description: "Of dedicated orchard lands.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-country-landscape_181624-49667.jpg" },
{ id: "m3", value: "50", title: "Awards", description: "Recognizing excellence in quality.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bottle-organic-olive-oil_23-2148364409.jpg" },
{ id: "m3", value: "50", title: "Awards", description: "Recognizing excellence in quality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776947142525-qwkeiyd5.jpg" },
]}
title="Our Quality Commitment"
description="Verified excellence from our community and critics."