Update src/app/page.tsx
This commit is contained in:
@@ -35,6 +35,7 @@ export default function LandingPage() {
|
||||
{ name: "Our Heritage", id: "about" },
|
||||
{ name: "The Process", id: "features" },
|
||||
{ name: "Collection", id: "products" },
|
||||
{ name: "Location", id: "map" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Uljara IVANIŠEVIĆ"
|
||||
@@ -107,53 +108,17 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah Miller", date: "2024-05-12", title: "Excellence", quote: "The depth of flavor in this oil is unmatched.", tag: "Chef", avatarSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Sarah" },
|
||||
{ id: "t2", name: "Marco Rossi", date: "2024-06-01", title: "Authentic", quote: "Tastes exactly like the oil from my childhood in Croatia.", tag: "Critic", avatarSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Marco" },
|
||||
{ id: "t3", name: "Emily Chen", date: "2024-06-15", title: "Purity", quote: "I've never worked with such clean, balanced extraction.", tag: "Restaurateur", avatarSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Emily" },
|
||||
{ id: "t4", name: "Bernhard Schmidt", date: "2024-08-20", title: "Exceptional", quote: "Olive oil of the very best quality! The production facility is exceptionally clean, well-maintained, and inviting. For the very friendly owner, Mr. Frane Ivanisevic, olive oil production is not just a job, but a calling!", tag: "Customer", avatarSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Felix" },
|
||||
{ id: "t5", name: "Slavo Panik", date: "2024-10-25", title: "Very nice", quote: "Very nice and home made olive oil. You can taste. Owner is very nice and friendly. Highly recommend. Oil cost 20e per Litre. (included labeled glass bottles so you can gift it to someone)", tag: "Local Guide", avatarSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Slavo" },
|
||||
{ id: "t6", name: "Tomas Mackevičius", date: "2024-11-05", title: "Incredible Experience", quote: "The olive oil experience here is unmatched. You can truly taste the care and tradition in every bottle. It is rare to find such high quality at such fair pricing. Highly recommended for anyone who values authenticity.", tag: "Food Connoisseur", avatarSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Tomas" },
|
||||
]}
|
||||
title="From the Chef's Table"
|
||||
description="Discover why top chefs choose Uljara IVANIŠEVIĆ."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ 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-1776956095387-dv4zrd8a.webp" },
|
||||
{ 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: "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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Is the oil cold-pressed?", content: "Yes, we exclusively use traditional cold-pressing methods. This artisanal technique ensures our oil retains all its potent antioxidants and essential nutrients, while unlocking a vibrant, fresh flavor profile that captures the true essence of our Dalmatian olives." },
|
||||
{ id: "q2", title: "Where is the orchard located?", content: "Our orchard is located in the scenic hills of Podstrana, Croatia." },
|
||||
{ id: "q3", title: "Is it organic certified?", content: "We maintain strict organic farming protocols across all fields." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-springer-dogs-guarding-field-maltese-countryside-sunny-winter-day_181624-35971.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
title="Common Inquiries"
|
||||
description="Everything you need to know about our oils."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
@@ -185,4 +150,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}"
|
||||
Reference in New Issue
Block a user