Merge version_11_1783177450051 into main
Merge version_11_1783177450051 into main
This commit was merged in pull request #13.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user