Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 01:28:58 +00:00

View File

@@ -100,19 +100,19 @@ export default function LandingPage() {
tag="Investment Options"
plans={[
{
id: "catalyst", title: "Catalyst", price: "$49,000", period: "/quarter", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-making-photo-price-list_171337-19080.jpg", imageAlt: "Catalyst Plan", button: { text: "Begin Transformation", href: "#contact" },
id: "catalyst", title: "Catalyst", price: "$49,000", period: "/quarter", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-making-photo-price-list_171337-19080.jpg?_wi=1", imageAlt: "Catalyst Plan", button: { text: "Begin Transformation", href: "#contact" },
features: [
"Comprehensive strategic assessment", "Quarterly executive briefings", "Dedicated strategy advisor", "Competitive intelligence reports"
]
},
{
id: "accelerator", title: "Accelerator", price: "$125,000", period: "/quarter", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-making-photo-price-list_171337-19080.jpg", imageAlt: "Accelerator Plan", button: { text: "Unlock Premium Access", href: "#contact" },
id: "accelerator", title: "Accelerator", price: "$125,000", period: "/quarter", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-making-photo-price-list_171337-19080.jpg?_wi=2", imageAlt: "Accelerator Plan", button: { text: "Unlock Premium Access", href: "#contact" },
features: [
"Full strategic implementation", "Bi-weekly C-suite collaboration sessions", "Dedicated execution team", "Real-time performance dashboards", "Crisis management protocol"
]
},
{
id: "pinnacle", title: "Pinnacle", price: "Custom", period: "per engagement", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-making-photo-price-list_171337-19080.jpg", imageAlt: "Pinnacle Plan", button: { text: "Schedule Private Consultation", href: "#contact" },
id: "pinnacle", title: "Pinnacle", price: "Custom", period: "per engagement", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-making-photo-price-list_171337-19080.jpg?_wi=3", imageAlt: "Pinnacle Plan", button: { text: "Schedule Private Consultation", href: "#contact" },
features: [
"End-to-end transformation leadership", "24/7 executive access", "Board-level presentations", "Succession planning integration", "Legacy partnership framework"
]
@@ -132,27 +132,27 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Victoria Chen", handle: "@vchen_capital", testimonial: "Prestige transformed our market positioning within 90 days. Their strategic clarity and execution excellence is unmatched in our industry.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot executive portrait business professional"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional headshot executive portrait business professional"
},
{
id: "2", name: "James Rothschild", handle: "@jrothschild_ventures", testimonial: "We've worked with every top consulting firm. Prestige delivers results where others deliver presentations. Exceptional caliber.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot executive portrait business professional"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional headshot executive portrait business professional"
},
{
id: "3", name: "Amelia Richardson", handle: "@arichardson_ceo", testimonial: "The ROI has exceeded our projections by 280%. But what impressed us most was their complete understanding of our competitive landscape and the nuanced execution.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot executive portrait business professional"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional headshot executive portrait business professional"
},
{
id: "4", name: "David Vasquez", handle: "@dvasquez_founder", testimonial: "Prestige doesn't just advise—they partner. Their commitment to our success, access to their network, and strategic depth is genuinely exceptional.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot executive portrait business professional"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "professional headshot executive portrait business professional"
},
{
id: "5", name: "Catherine Montgomery", handle: "@cmontgomery_board", testimonial: "As a board member, I've recommended Prestige to multiple portfolio companies. Their track record of execution excellence speaks for itself.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot executive portrait business professional"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "professional headshot executive portrait business professional"
},
{
id: "6", name: "Marcus Zhang", handle: "@mzhang_ventures", testimonial: "Working with Prestige elevated our entire organization's strategic thinking. Highly recommend for serious leaders pursuing market dominance.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot executive portrait business professional"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "professional headshot executive portrait business professional"
}
]}
showRating={true}