Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
title="Discover Terra"
|
||||
description="Experience the perfect blend of natural elegance and modern sophistication. Terra brings earth's timeless beauty into every moment of your life."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Premium Collection"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -119,13 +119,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Transformative Experience", quote: "Terra has completely elevated my daily routine. Every product feels like a thoughtful investment in myself and our planet.", name: "Alexandra Sterling", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Alexandra Sterling"},
|
||||
id: "1", title: "Transformative Experience", quote: "Terra has completely elevated my daily routine. Every product feels like a thoughtful investment in myself and our planet.", name: "Alexandra Sterling", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alexandra Sterling"},
|
||||
{
|
||||
id: "2", title: "Luxury Redefined", quote: "The attention to detail and sustainability practices set Terra apart. It's luxury with a conscience.", name: "Marcus Chen", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Chen"},
|
||||
id: "2", title: "Luxury Redefined", quote: "The attention to detail and sustainability practices set Terra apart. It's luxury with a conscience.", name: "Marcus Chen", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Chen"},
|
||||
{
|
||||
id: "3", title: "Pure Elegance", quote: "I've never experienced such quality combined with environmental responsibility. Terra is my new standard.", name: "Sophia Laurent", role: "Luxury Consultant", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Sophia Laurent"},
|
||||
id: "3", title: "Pure Elegance", quote: "I've never experienced such quality combined with environmental responsibility. Terra is my new standard.", name: "Sophia Laurent", role: "Luxury Consultant", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sophia Laurent"},
|
||||
{
|
||||
id: "4", title: "Worth Every Moment", quote: "Terra products are investments in beauty and sustainability. I recommend them to everyone who values quality.", name: "James Mitchell", role: "Lifestyle Curator", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "James Mitchell"},
|
||||
id: "4", title: "Worth Every Moment", quote: "Terra products are investments in beauty and sustainability. I recommend them to everyone who values quality.", name: "James Mitchell", role: "Lifestyle Curator", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -157,7 +157,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
text="Ready to experience Terra? Join our community of conscious luxury seekers and discover the art of meaningful living."
|
||||
animationType="background-highlight"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Start Your Journey", href: "https://example.com" },
|
||||
|
||||
Reference in New Issue
Block a user