From df5b77e982228c5d2cd67c04154402e5fdcdf78f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 03:08:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 81a1981..61c0974 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import { Star } from "lucide-react"; export default function LandingPage() { return ( @@ -130,12 +131,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { id: "m1", value: "150+", title: "Olive Trees", description: "Centuries-old heritage trees.", 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: "http://img.b2bpic.net/free-photo/wooden-pathway-forest_23-2147677653.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" }, ]} - title="Heritage in Numbers" - description="A legacy rooted in the soil of Podstrana." + title="Our Quality Commitment" + description="Verified excellence from our community and critics." /> @@ -183,4 +184,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file