diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c69fae..193ecd0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,10 +9,9 @@ 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 ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Star } from "lucide-react"; export default function LandingPage() { return ( @@ -91,18 +90,15 @@ export default function LandingPage() {
- window.location.href = "#contact" }, - { id: "p2", brand: "IVANIŠEVIVIĆ", name: "Early Harvest", price: "€42.00", rating: 5, reviewCount: "92", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776914762475-j17yg4ti.jpg?_wi=2", onProductClick: () => window.location.href = "#contact" }, - { id: "p3", brand: "IVANIŠEVIĆ", name: "Dalmatian Select", price: "€28.00", rating: 4, reviewCount: "215", 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: "p4", brand: "IVANIŠEVIĆ", name: "Gift Ensemble", price: "€85.00", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/woman-wrapping-christmas-gift-while-sitting-carped-living-room_158595-7276.jpg", onProductClick: () => window.location.href = "#contact" }, - { id: "p5", brand: "IVANIŠEVIĆ", name: "Reserve Limited", price: "€55.00", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/dark-plates-with-pasta-eggs-with-beans-dark-background_23-2148340392.jpg", onProductClick: () => window.location.href = "#contact" }, - { id: "p6", brand: "IVANIŠEVIĆ", name: "Infused Selection", price: "€32.00", rating: 4, reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420726.jpg", onProductClick: () => window.location.href = "#contact" }, + { id: "p1", name: "Heritage Gold", price: "€35.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776915193986-jqfg8qy7.jpg", onProductClick: () => window.location.href = "#contact" }, + { id: "p2", name: "Early Harvest", price: "€42.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776914762475-j17yg4ti.jpg?_wi=2", onProductClick: () => window.location.href = "#contact" }, + { id: "p3", name: "Dalmatian Select", price: "€28.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776914762475-tchq7awh.jpg?_wi=2", onProductClick: () => window.location.href = "#contact" }, ]} buttons={[{ text: "Order Now", href: "#contact" }]} title="Our Reserve Collection"