From 6c13413fdb592cf63e02bdcf724cf4409bf18f19 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 22:10:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e5d16e5..dc426af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { tagIcon={Leaf} tagAnimation="slide-up" background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-dried-yellow-leaf-cones_23-2147886162.jpg" + imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-dried-yellow-leaf-cones_23-2147886162.jpg?_wi=1" imageAlt="Stunning bonsai tree display" imagePosition="right" mediaAnimation="slide-up" @@ -59,19 +59,19 @@ export default function LandingPage() { testimonials={[ { name: "Maria Santos", handle: "Champion Bonsai Grower", testimonial: "This competition showcases the finest bonsai specimens in the country. A must-attend event for enthusiasts!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-dried-yellow-leaf-cones_23-2147886162.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-dried-yellow-leaf-cones_23-2147886162.jpg?_wi=2" }, { name: "Juan Dela Cruz", handle: "Suiseki Collector", testimonial: "The stone exhibition is absolutely world-class. I discovered rare specimens I never expected to see.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-dried-yellow-leaf-cones_23-2147886162.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-dried-yellow-leaf-cones_23-2147886162.jpg?_wi=3" }, { name: "Rosa Reyes", handle: "Event Organizer", testimonial: "Punla at Pamana brings our community together and celebrates our horticultural heritage beautifully.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-dried-yellow-leaf-cones_23-2147886162.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-dried-yellow-leaf-cones_23-2147886162.jpg?_wi=4" }, { name: "Carlos Mendoza", handle: "Workshop Participant", testimonial: "The workshops are invaluable. I learned advanced techniques from master growers.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-dried-yellow-leaf-cones_23-2147886162.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-dried-yellow-leaf-cones_23-2147886162.jpg?_wi=5" } ]} buttons={[ @@ -153,13 +153,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "booth-small", name: "Standard Booth", price: "₱15,000", variant: "3m x 3m Space", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-lady-white-shirt-dark-jacket-black-trousers-along-with-young-man-discussing-work-daytime-building-job-activity_140725-15223.jpg", imageAlt: "Exhibition booth setup" + id: "booth-small", name: "Standard Booth", price: "₱15,000", variant: "3m x 3m Space", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-lady-white-shirt-dark-jacket-black-trousers-along-with-young-man-discussing-work-daytime-building-job-activity_140725-15223.jpg?_wi=1", imageAlt: "Exhibition booth setup" }, { - id: "booth-medium", name: "Premium Booth", price: "₱25,000", variant: "4m x 4m Space", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-lady-white-shirt-dark-jacket-black-trousers-along-with-young-man-discussing-work-daytime-building-job-activity_140725-15223.jpg", imageAlt: "Premium booth setup" + id: "booth-medium", name: "Premium Booth", price: "₱25,000", variant: "4m x 4m Space", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-lady-white-shirt-dark-jacket-black-trousers-along-with-young-man-discussing-work-daytime-building-job-activity_140725-15223.jpg?_wi=2", imageAlt: "Premium booth setup" }, { - id: "booth-large", name: "Executive Booth", price: "₱40,000", variant: "5m x 5m Space", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-lady-white-shirt-dark-jacket-black-trousers-along-with-young-man-discussing-work-daytime-building-job-activity_140725-15223.jpg", imageAlt: "Executive booth setup" + id: "booth-large", name: "Executive Booth", price: "₱40,000", variant: "5m x 5m Space", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-lady-white-shirt-dark-jacket-black-trousers-along-with-young-man-discussing-work-daytime-building-job-activity_140725-15223.jpg?_wi=3", imageAlt: "Executive booth setup" } ]} gridVariant="three-columns-all-equal-width"