Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-05-01 17:38:49 +00:00

View File

@@ -40,7 +40,7 @@ export default function LandingPage() {
{
name: "Contact", id: "contact"},
]}
brandName="VoltEdge"
brandName="Precision Tech"
/>
</div>
@@ -77,7 +77,7 @@ export default function LandingPage() {
<MediaAbout
useInvertedBackground={true}
title="Innovation at Core"
description="At VoltEdge, we redefine the boundaries of personal technology. Our products are crafted to blend cutting-edge performance with aesthetic elegance, ensuring you not only stay connected but do so in style."
description="At Precision Tech, we redefine the boundaries of personal technology. Our products are crafted to blend cutting-edge performance with aesthetic elegance, ensuring you not only stay connected but do so in style."
imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139294.jpg?_wi=1"
imageAlt="futuristic electronic circuit close up"
/>
@@ -249,10 +249,10 @@ export default function LandingPage() {
],
},
]}
logoText="VoltEdge"
logoText="Precision Tech"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}