Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 20:10:16 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="largeSmallSizeMediumTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
@@ -49,7 +49,7 @@ export default function LandingPage() {
tag="Florist Southampton"
tagIcon={Flower2}
tagAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "glowing-orb" }}
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/exotic-rustic-bunch-flowers-mixed-colors_114579-1969.jpg"
imageAlt="Beautiful fresh flower bouquet"
@@ -62,15 +62,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Mitchell", handle: "Customer", testimonial: "Beautiful flowers and excellent same-day delivery service. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"
},
{
name: "James Wilson", handle: "Customer", testimonial: "Professional florists who really understand what makes the perfect arrangement.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"
},
{
name: "Emma Thompson", handle: "Customer", testimonial: "Fresh flowers that last weeks. Exceptional quality and service every time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"
}
]}
testimonialRotationInterval={5000}
@@ -181,16 +181,16 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", title: "Perfect for Every Occasion", quote: "Whether it's a birthday or anniversary, The Flower Shop always delivers stunning arrangements that exceed expectations. The flowers stay fresh for weeks!", name: "Catherine Smith", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "Catherine Smith"
id: "1", title: "Perfect for Every Occasion", quote: "Whether it's a birthday or anniversary, The Flower Shop always delivers stunning arrangements that exceed expectations. The flowers stay fresh for weeks!", name: "Catherine Smith", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Catherine Smith"
},
{
id: "2", title: "Professional and Reliable", quote: "I ordered flowers for a corporate event and was amazed by the professionalism and attention to detail. Highly recommended for businesses.", name: "Michael Johnson", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5", imageAlt: "Michael Johnson"
id: "2", title: "Professional and Reliable", quote: "I ordered flowers for a corporate event and was amazed by the professionalism and attention to detail. Highly recommended for businesses.", name: "Michael Johnson", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Johnson"
},
{
id: "3", title: "Compassionate Service", quote: "During a difficult time, the team at The Flower Shop helped create a beautiful tribute arrangement. Their compassion and expertise meant so much.", name: "Rebecca Williams", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=6", imageAlt: "Rebecca Williams"
id: "3", title: "Compassionate Service", quote: "During a difficult time, the team at The Flower Shop helped create a beautiful tribute arrangement. Their compassion and expertise meant so much.", name: "Rebecca Williams", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Rebecca Williams"
},
{
id: "4", title: "Same Day Delivery Magic", quote: "I needed flowers urgently and ordered before 2pm. They arrived same day and were absolutely beautiful. Best florist in Southampton!", name: "David Chen", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=7", imageAlt: "David Chen"
id: "4", title: "Same Day Delivery Magic", quote: "I needed flowers urgently and ordered before 2pm. They arrived same day and were absolutely beautiful. Best florist in Southampton!", name: "David Chen", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Chen"
}
]}
/>