Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -31,7 +31,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
title="Welcome to Cactus Haven"
|
||||
description="Discover our curated collection of stunning cacti and succulents. Perfect for every home and gardening skill level. Bring nature's resilience into your space."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
tag="Fresh Arrivals"
|
||||
tagIcon={Sprout}
|
||||
tagAnimation="slide-up"
|
||||
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
title: "Fast Shipping", description: "Your plants arrive quickly and safely, packaged to perfection for the journey.", icon: Truck,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/various-small-cacti_53876-31861.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/various-small-cacti_53876-31861.jpg"
|
||||
imageAlt="Collection of our premium cacti"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -112,7 +112,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Golden Barrel Cactus", price: "$32.99", imageSrc: "http://img.b2bpic.net/free-photo/various-small-cacti_53876-31861.jpg?_wi=2", imageAlt: "Golden Barrel Cactus in ceramic pot"},
|
||||
id: "1", name: "Golden Barrel Cactus", price: "$32.99", imageSrc: "http://img.b2bpic.net/free-photo/various-small-cacti_53876-31861.jpg", imageAlt: "Golden Barrel Cactus in ceramic pot"},
|
||||
{
|
||||
id: "2", name: "Prickly Pear", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/barrel-cactus_181624-23342.jpg", imageAlt: "Prickly Pear cactus plant"},
|
||||
{
|
||||
@@ -157,16 +157,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahjplants", testimonial: "Absolutely love my collection! The cacti arrived healthy and the care guide was incredibly helpful. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=1", imageAlt: "Sarah Johnson"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "@greenthumbmike", testimonial: "Best plant shop I've found online. Fast shipping, beautiful specimens, and excellent customer service. Will order again!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg?_wi=1", imageAlt: "Michael Chen"},
|
||||
id: "2", name: "Michael Chen", handle: "@greenthumbmike", testimonial: "Best plant shop I've found online. Fast shipping, beautiful specimens, and excellent customer service. Will order again!", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", handle: "@emmasgarden", testimonial: "The quality of the plants is outstanding. I've gifted several to friends and they're all thriving. Thank you, Cactus Haven!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=2", imageAlt: "Emma Rodriguez"},
|
||||
id: "3", name: "Emma Rodriguez", handle: "@emmasgarden", testimonial: "The quality of the plants is outstanding. I've gifted several to friends and they're all thriving. Thank you, Cactus Haven!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Emma Rodriguez"},
|
||||
{
|
||||
id: "4", name: "David Kim", handle: "@davidkfitness", testimonial: "Finally found a reliable source for quality cacti. Great prices, beautiful plants, and they actually survive! Fantastic.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg?_wi=2", imageAlt: "David Kim"},
|
||||
id: "4", name: "David Kim", handle: "@davidkfitness", testimonial: "Finally found a reliable source for quality cacti. Great prices, beautiful plants, and they actually survive! Fantastic.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg", imageAlt: "David Kim"},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -196,7 +193,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
text="Ready to grow your plant collection? Get in touch with us today and let's find the perfect cacti for your home!"
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Send a Message", href: "contact" },
|
||||
|
||||
Reference in New Issue
Block a user