Update src/app/page.tsx
This commit is contained in:
@@ -142,10 +142,10 @@ export default function HvacPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Project Manager", handle: "Industrial Plant Construction, Frankfurt", testimonial: "We brought in a Volthex team of 6 electricians to help finish a backlog on a manufacturing facility expansion. Their team arrived fully equipped with their own professional tools and vehicles. The communication with their German-speaking lead was seamless. They worked strictly according to our blueprints without needing constant oversight.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/default-avatar.jpg?w=128&h=128&_wi=1", imageAlt: "Project Manager Avatar"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1560250097-0b93528c311a?q=80&w=300&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Project Manager Avatar"},
|
||||
{
|
||||
id: "2", name: "General Contractor", handle: "Commercial Building, Vienna", testimonial: "Reliable partner for high-volume electrical works. Volthex handles all cross-border legalities (A1, Freistellung) perfectly, which saves our HR department massive headaches. Their teams have high safety standards (ISO/SCC compliance), making them viable for our strictly regulated job sites.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/default-avatar.jpg?w=128&h=128&_wi=1", imageAlt: "General Contractor Avatar"}
|
||||
imageSrc: "https://images.unsplash.com/photo-1507206130118-b5997236529f?q=80&w=300&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "General Contractor Avatar"}
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -194,7 +194,7 @@ export default function HvacPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
logoText="Volthex"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/hvac-building-1.jpg?w=1000&h=667&_wi=1"
|
||||
imageSrc="https://images.unsplash.com/photo-1542626991-cdf5e342b540?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
||||
imageAlt="Modern industrial building or corporate office reflecting the Volthex brand"
|
||||
columns={[
|
||||
{
|
||||
@@ -227,4 +227,4 @@ export default function HvacPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user