5 Commits

Author SHA1 Message Date
4682cd8413 Update src/pages/HomePage.tsx 2026-07-04 15:04:21 +00:00
c248a4ae67 Update src/App.tsx 2026-07-04 15:04:14 +00:00
361805fdae Update src/pages/HomePage.tsx 2026-07-04 14:39:26 +00:00
0799a0c74b Update src/pages/HomePage.tsx 2026-07-04 14:36:14 +00:00
b0f285a8f6 Update theme fonts 2026-07-04 13:02:16 +00:00
3 changed files with 16 additions and 16 deletions

View File

@@ -143,10 +143,10 @@ function useRenderProbe() {
}
// Selection bridge: Alt+click on a `[data-webild-section]` block posts the
// section name to the parent (Webild editor) so the next /edit request can
// be scoped surgically. Sandbox-only — the Webild editor is the parent;
// section name to the parent (VisionWeb editor) so the next /edit request can
// be scoped surgically. Sandbox-only — the VisionWeb editor is the parent;
// public visitors hitting the deployed site never trigger this.
function useWebildSelectionBridge() {
function useVisionWebSelectionBridge() {
useEffect(() => {
if (typeof window === 'undefined') return
if (window.parent === window) return
@@ -203,7 +203,7 @@ function useExternalLinksNewTab() {
}
function App() {
useWebildSelectionBridge()
useVisionWebSelectionBridge()
useExternalLinksNewTab()
useRenderProbe()
return (

View File

@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Libre+Baskerville:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');
/* Web Agency - Dark Monochrome */
@import "tailwindcss";
@import "./styles/masks.css";
@@ -158,7 +158,7 @@ h3,
h4,
h5,
h6 {
font-family: 'Libre Baskerville', sans-serif;
font-family: 'DM Sans', sans-serif;
}
.card {

View File

@@ -113,7 +113,7 @@ export default function HomePage() {
<FeaturesBorderGlow
textAnimation="fade-blur"
tag="Our Promise"
title="Why Brands Choose Webild"
title="Why business owner Choose VisionWeb"
description="We deliver results that speak for themselves."
features={[
{
@@ -138,7 +138,7 @@ export default function HomePage() {
<div id="testimonials" data-section="testimonials">
<TestimonialTrustCard
textAnimation="fade-blur"
quote="Webild completely transformed our online presence. The team delivered a stunning website that exceeded our expectations and doubled our conversion rate."
quote="VisionWeb completely transformed our online presence. The team delivered a stunning website that exceeded our expectations and doubled our conversion rate."
rating={5}
author="— Maria Santos, CEO at Luxuria Travel"
avatars={[
@@ -157,7 +157,7 @@ export default function HomePage() {
textAnimation="fade-blur"
tag="Results"
title="Trusted by Industry Leaders"
description="Years of experience building digital products that drive real results."
description="Years of experience gorwth businesses."
metrics={[
{
value: "100+",
@@ -173,14 +173,14 @@ export default function HomePage() {
value: "99%",
title: "Client Satisfaction",
features: [
"On-time delivery",
" delivery in 24h",
"Clear communication",
"Post-launch support",
"Ongoing partnerships",
],
},
{
value: "8+",
value: "5+",
title: "Years Experience",
features: [
"Industry expertise",
@@ -201,19 +201,19 @@ export default function HomePage() {
description="The creative minds behind your next project."
members={[
{
name: "Sarah Miller",
name: "Nedine Soltani",
role: "Lead Developer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp",
},
{
name: "Valentina Reyes",
name: "Yahya Sahraoui",
role: "Creative Director",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp",
imageSrc: "https://storage.googleapis.com/webild/users/user_3G2Ozqag2ovb8not76KWtboL8LU/uploaded-1783172732979-6cqr1t3h.png",
},
{
name: "Carlos Mendoza",
name: "Nader amri",
role: "UX Designer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp",
imageSrc: "https://storage.googleapis.com/webild/users/user_3G2Ozqag2ovb8not76KWtboL8LU/uploaded-1783172630842-tmba3pi4.png",
},
]}
/>