Update src/app/page.tsx

This commit is contained in:
2026-04-28 16:16:08 +00:00
parent 74e19b3867
commit 81c65b0996

View File

@@ -3,14 +3,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
export default function LandingPage() {
@@ -45,21 +42,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars"}}
background={{ variant: "gradient-bars" }}
title="The Essence of Dalmatia"
description="Experience the legacy of Uljara IVANIŠEVIĆ. Pure, cold-pressed organic olive oil from the heart of Podstrana, Croatia."
buttons={[
{
text: "Shop Reserve Collection", href: "#products"},
]}
buttons={[{ text: "Shop Reserve Collection", href: "#products" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/olive-trees_1182-834.jpg", imageAlt: "Olive grove in sunset" },
{ imageSrc: "http://img.b2bpic.net/free-photo/golden-sweet-honey-dripping-from-spoon_1150-18685.jpg", imageAlt: "Oil pouring process" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-fruits-fruits-with-leaves-dark-basket_140725-123374.jpg", imageAlt: "Fresh green olives" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-maracuja-fruit-also-known-as-passion-fruit_23-2151554261.jpg", imageAlt: "Product bottle photography" },
{ imageSrc: "http://img.b2bpic.net/free-photo/green-landscape-with-lot-green-trees-mountains-storm-clouds_181624-12618.jpg", imageAlt: "Stone house heritage" },
{ imageSrc: "http://img.b2bpic.net/free-photo/shadow-strainer-with-organic-olives-white-background_23-2147853945.jpg", imageAlt: "Golden oil macro" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-fruits-fruits-with-leaves-dark-basket_140725-123374.jpg", imageAlt: "Fresh green olives" }
]}
/>
</div>
@@ -69,7 +59,8 @@ export default function LandingPage() {
useInvertedBackground={true}
title="A Heritage of Purity"
description={[
"Located in the picturesque landscape of Podstrana, our mill is a testament to centuries of tradition.", "We combine modern extraction technology with ancestral knowledge, ensuring that every drop preserves the authentic flavor of our Mediterranean soil.", "From branch to bottle, our process honors the earth and the fruit."]}
"Located in the picturesque landscape of Podstrana, our mill is a testament to centuries of tradition.", "We combine modern extraction technology with ancestral knowledge, ensuring that every drop preserves the authentic flavor of our Mediterranean soil.", "From branch to bottle, our process honors the earth and the fruit."
]}
/>
</div>
@@ -80,60 +71,53 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Hand Selection", description: "Every single olive is harvested by hand, ensuring that only the most perfect fruit is selected for our cold-pressed oil, maintaining the highest quality and flavor profile.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776915095635-yqsy414w.jpg"},
title: "Hand Selection", description: "Every single olive is harvested by hand, ensuring that only the most perfect fruit is selected for our cold-pressed oil.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776915095635-yqsy414w.jpg"
},
{
title: "Industrial Processing", description: "Our olive oils are processed using precision equipment from a leading metal manufacturer to ensure maximum consistency.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776945938949-dhsvzh4i.jpg"},
{
title: "Rigorous Quality", description: "Every batch undergoes strict tasting and chemical analysis.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776946215893-vo35hpdn.jpg"},
title: "Industrial Processing", description: "Our olive oils are processed using precision equipment from a leading metal manufacturer to ensure consistency.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776945938949-dhsvzh4i.jpg"
}
]}
title="The Art of Cold Extraction"
description="Our mill employs a rigorous, meticulous process to guarantee the superior quality and nutritional profile of our olive oil."
description="Our mill employs a rigorous, meticulous process to guarantee the superior quality of our olive oil."
/>
</div>
<div id="products" data-section="products">
<ProductCardOne
textboxLayout="default"
textboxLayout="split"
gridVariant="bento-grid"
animationType="slide-up"
useInvertedBackground={true}
products={[
{ id: "p1", name: "Heritage Gold (Reserve Edition)", price: "Available from 29€/L", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776956429299-fh6ipq83.png", 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-1776956467801-uxl8ziin.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-1776956452366-jncti106.jpg", onProductClick: () => window.location.href = "#contact" },
{ id: "p1", name: "Heritage Gold", price: "29€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776956429299-fh6ipq83.png" },
{ id: "p3", name: "Dalmatian Blend", price: "20€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776956467801-uxl8ziin.jpg" },
{ id: "p4", name: "Limited Reserve", price: "25€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776956452366-jncti106.jpg" }
]}
buttons={[{ text: "Order Now", href: "#contact" }]}
title="Our Reserve Collection"
description="Experience the liquid gold of Dalmatia with our limited-batch organic harvest."
/>
</div>
<div id="map" data-section="map">
<div className="w-full flex justify-center py-24 bg-card">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2906.903848135898!2d16.5593849764506!3d43.4682052671502!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x133ab4664c5b364d%3A0x868b446a8157778b!2sUljara%20IVANI%C5%A0EVI%C4%86!5e0!3m2!1sen!2shr!4v1717000000000!5m2!1sen!2shr"
className="w-[90%] md:w-[70%] h-[400px] border-0 rounded-2xl"
allowFullScreen
loading="lazy"
referrerPolicy="no-referrer-when-downgrade"
title="Uljara IVANIŠEVIĆ Location"
/>
</div>
<ContactCTA
background={{ variant: "radial-gradient" }}
tag="Find Us"
title="Visit Our Mill"
description="Come experience the heritage in person. Located in Podstrana."
buttons={[{ text: "Get Directions", href: "https://maps.google.com" }]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "radial-gradient"}}
background={{ variant: "radial-gradient" }}
tag="Contact Us"
title="Direct Support"
description="For immediate inquiries, please reach out via WhatsApp at +385 91 512 2956"
buttons={[
{
text: "Message on WhatsApp", href: "https://wa.me/385915122956"},
{
text: "Email Us", href: "mailto:info@uljara-ivanisevic.hr"},
{ text: "Message on WhatsApp", href: "https://wa.me/385915122956" },
{ text: "Email Us", href: "mailto:info@uljara-ivanisevic.hr" }
]}
/>
</div>
@@ -141,13 +125,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Uljara IVANIŠEVIĆ"
leftLink={{
text: "© 2025 Art.Archives", href: "#"}}
rightLink={{
text: "Terms of Service", href: "#"}}
leftLink={{ text: "© 2025 Art.Archives", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}"
}