Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 05:09:37 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="largeSmall"
background="grid"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
@@ -43,20 +43,20 @@ export default function LandingPage() {
description="Transforming complex challenges into elegant technical solutions. Specialized in design, development, and infrastructure optimization."
tag="Professional Engineer"
tagAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/empty-research-development-photovoltaics-factory-office_482257-126742.jpg"
imageAlt="Engineering workspace and technology"
mediaAnimation="slide-up"
testimonials={[
{
name: "Alex Chen", handle: "Tech Lead, Innovation Labs", testimonial: "Outstanding technical expertise and attention to detail. Delivered exceptional results on every project.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"},
{
name: "Sarah Mitchell", handle: "Project Director, BuildCorp", testimonial: "Seamless collaboration and deep engineering knowledge. A true professional who delivers on time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg"},
{
name: "James Rodriguez", handle: "CTO, NextGen Systems", testimonial: "Innovative problem-solving and robust implementation. Exceeded all project expectations.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"},
]}
buttons={[
{ text: "View Portfolio", href: "#projects" },
@@ -137,13 +137,13 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Alex Chen", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3"},
id: "1", name: "Alex Chen", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"},
{
id: "2", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=2"},
id: "2", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg"},
{
id: "3", name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=4"},
id: "3", name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"},
{
id: "4", name: "Emma Thompson", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=5"},
id: "4", name: "Emma Thompson", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"},
]}
cardTitle="Trusted by industry leaders and top-tier organizations worldwide"
cardTag="Client Testimonials"
@@ -160,7 +160,7 @@ export default function LandingPage() {
{ text: "Start a Conversation", href: "mailto:hello@engineering.com" },
{ text: "Schedule a Call", href: "#" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>