Update src/app/page.tsx

This commit is contained in:
2026-03-03 01:56:17 +00:00
parent bdf97ccac1
commit c656298726

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="largeSmallSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
@@ -48,7 +48,7 @@ export default function LandingPage() {
tag="Welcome to Excellence"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "canvas-reveal" }}
imageSrc="http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg"
imageAlt="Premium business dashboard interface"
buttons={[
@@ -148,22 +148,22 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@sarahjohnson_ceo", testimonial: "The premium service and strategic insight from this team transformed our entire business approach. Results exceeded expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"
id: "1", name: "Sarah Johnson", handle: "@sarahjohnson_ceo", testimonial: "The premium service and strategic insight from this team transformed our entire business approach. Results exceeded expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", handle: "@mchen_ventures", testimonial: "Outstanding partnership. They don't just provide solutions; they become true extensions of your business team.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"
id: "2", name: "Michael Chen", handle: "@mchen_ventures", testimonial: "Outstanding partnership. They don't just provide solutions; they become true extensions of your business team.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emily Rodriguez", handle: "@emily.rodriguez", testimonial: "Professional, innovative, and committed to excellence. This is the gold standard for business consulting.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez"
id: "3", name: "Emily Rodriguez", handle: "@emily.rodriguez", testimonial: "Professional, innovative, and committed to excellence. This is the gold standard for business consulting.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"
},
{
id: "4", name: "David Kim", handle: "@davidkim_tech", testimonial: "Working with this team was a game-changer for our organization. Highly recommend to any serious business.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim"
id: "4", name: "David Kim", handle: "@davidkim_tech", testimonial: "Working with this team was a game-changer for our organization. Highly recommend to any serious business.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"
},
{
id: "5", name: "Jessica Taylor", handle: "@jessica.taylor.brands", testimonial: "Exceptional quality, attention to detail, and genuine commitment to our success. Five stars across the board.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jessica Taylor"
id: "5", name: "Jessica Taylor", handle: "@jessica.taylor.brands", testimonial: "Exceptional quality, attention to detail, and genuine commitment to our success. Five stars across the board.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Taylor"
},
{
id: "6", name: "Robert Martinez", handle: "@rmartinez_enterprise", testimonial: "The best investment we've made for our business growth. Their expertise is unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Robert Martinez"
id: "6", name: "Robert Martinez", handle: "@rmartinez_enterprise", testimonial: "The best investment we've made for our business growth. Their expertise is unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Martinez"
}
]}
speed={40}
@@ -186,18 +186,15 @@ export default function LandingPage() {
id: "starter", price: "$5,999/month", name: "Starter Plan", buttons: [
{ text: "Get Started", href: "contact" },
{ text: "Learn More", href: "#" }
],
features: [
], features: [
"Up to 2 strategic consultations per month", "Basic solution implementation", "Email support", "Monthly performance reports", "Access to resource library"
]
},
{
id: "professional", badge: "Most Popular", badgeIcon: Crown,
price: "$12,999/month", name: "Professional Plan", buttons: [
id: "professional", badge: "Most Popular", badgeIcon: Crown, price: "$12,999/month", name: "Professional Plan", buttons: [
{ text: "Get Started", href: "contact" },
{ text: "Learn More", href: "#" }
],
features: [
], features: [
"Unlimited strategic consultations", "Custom solution development", "Priority phone & email support", "Bi-weekly performance reviews", "Dedicated account manager", "Advanced analytics dashboard"
]
},
@@ -205,8 +202,7 @@ export default function LandingPage() {
id: "enterprise", price: "Custom", name: "Enterprise Plan", buttons: [
{ text: "Contact Sales", href: "contact" },
{ text: "Schedule Demo", href: "#" }
],
features: [
], features: [
"Fully customized solutions", "24/7 dedicated support team", "Weekly executive reviews", "Custom integration services", "Advanced security & compliance", "Strategic partnership model"
]
}