Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user