Compare commits
3 Commits
version_9_
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 4682cd8413 | |||
| c248a4ae67 | |||
| 361805fdae |
@@ -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 (
|
||||
|
||||
@@ -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,7 +201,7 @@ 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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user