Merge version_1 into main #2
436
src/app/page.tsx
436
src/app/page.tsx
@@ -13,7 +13,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { BarChart2, Bell, Cloud, Code, Crown, Lightbulb, Palette, PenTool, Quote, Search, ShieldCheck, Sparkles, Star, TrendingUp } from "lucide-react";
|
||||
import { BarChart2, Bell, Cloud, Code, Crown, Lightbulb, Palette, PenTool, Quote, Search, ShieldCheck, Sparkles, Star, TrendingUp, Brush, LayoutGrid, Megaphone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,45 +34,27 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Offerings",
|
||||
id: "#offerings",
|
||||
},
|
||||
name: "Offerings", id: "#offerings"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/rc-logo-monogram-design_23-2151060583.jpg"
|
||||
logoAlt="Efface Logo"
|
||||
brandName="Efface"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,118 +62,68 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
imagePosition="right"
|
||||
title="Unlock Your Brand's Full Potential"
|
||||
description="Transform your online presence with stunning design and seamless user experiences. We craft elegant websites that captivate and convert."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
handle: "@sarah_designs",
|
||||
testimonial: "Efface transformed our brand identity. The attention to detail and creative vision was beyond our expectations. Truly exceptional!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-with-short-curly-hair-dressed-jacket-glasses-poses-pink-with-clasped-hands-wonderful-smile_291650-1138.jpg?_wi=1",
|
||||
imageAlt: "Sarah Chen",
|
||||
},
|
||||
name: "Sarah Chen", handle: "@sarah_designs", testimonial: "Efface transformed our brand identity. The attention to detail and creative vision was beyond our expectations. Truly exceptional!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-with-short-curly-hair-dressed-jacket-glasses-poses-pink-with-clasped-hands-wonderful-smile_291650-1138.jpg", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
name: "Mark Ramirez",
|
||||
handle: "@mark_biz",
|
||||
testimonial: "Our new website built by Efface has significantly boosted our engagement and conversions. It's not just beautiful, it's effective.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-business-man-suit-grey-background_613910-2479.jpg",
|
||||
imageAlt: "Mark Ramirez",
|
||||
},
|
||||
name: "Mark Ramirez", handle: "@mark_biz", testimonial: "Our new website built by Efface has significantly boosted our engagement and conversions. It's not just beautiful, it's effective.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-business-man-suit-grey-background_613910-2479.jpg", imageAlt: "Mark Ramirez"},
|
||||
{
|
||||
name: "Emily White",
|
||||
handle: "@emily_creative",
|
||||
testimonial: "The design team at Efface brought our vision to life with such elegance and precision. Truly a pleasure to work with!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-white-blazer-smiling-secretly_114579-18682.jpg",
|
||||
imageAlt: "Young businesswoman in white blazer smiling secretly.",
|
||||
},
|
||||
name: "Emily White", handle: "@emily_creative", testimonial: "The design team at Efface brought our vision to life with such elegance and precision. Truly a pleasure to work with!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-white-blazer-smiling-secretly_114579-18682.jpg", imageAlt: "Young businesswoman in white blazer smiling secretly."},
|
||||
{
|
||||
name: "David Lee",
|
||||
handle: "@david_digital",
|
||||
testimonial: "Exceptional service and results! Efface created a website that perfectly represents our company's modern approach.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2149442331.jpg",
|
||||
imageAlt: "Medium shot smiley woman posing",
|
||||
},
|
||||
name: "David Lee", handle: "@david_digital", testimonial: "Exceptional service and results! Efface created a website that perfectly represents our company's modern approach.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2149442331.jpg", imageAlt: "Medium shot smiley woman posing"},
|
||||
{
|
||||
name: "Jessica Kim",
|
||||
handle: "@jessica_tech",
|
||||
testimonial: "From concept to launch, Efface was professional and delivered a high-quality product that exceeded our expectations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-curly-hair-isolated_273609-48192.jpg",
|
||||
imageAlt: "Young beautiful woman with curly hair isolated",
|
||||
},
|
||||
name: "Jessica Kim", handle: "@jessica_tech", testimonial: "From concept to launch, Efface was professional and delivered a high-quality product that exceeded our expectations.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-curly-hair-isolated_273609-48192.jpg", imageAlt: "Young beautiful woman with curly hair isolated"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
tag="Elevate Your Digital Presence"
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Our Work",
|
||||
href: "#offerings",
|
||||
},
|
||||
text: "Our Work", href: "#offerings"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/gorgeous-stylish-successful-modern-businesswoman-red-trendy-jacket-smiling_176420-43962.jpg",
|
||||
alt: "Client Avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/gorgeous-stylish-successful-modern-businesswoman-red-trendy-jacket-smiling_176420-43962.jpg", alt: "Client Avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bearded-man-brown-suit-wearing-glasses-looking-with-smile-happy-face_141793-111811.jpg",
|
||||
alt: "Client Avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/bearded-man-brown-suit-wearing-glasses-looking-with-smile-happy-face_141793-111811.jpg", alt: "Client Avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-teenage-girl-wearing-eyeglasses-sitting-outdoors-park_169016-66023.jpg",
|
||||
alt: "Client Avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-teenage-girl-wearing-eyeglasses-sitting-outdoors-park_169016-66023.jpg", alt: "Client Avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-care-home-plants_23-2148304877.jpg",
|
||||
alt: "Client Avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-care-home-plants_23-2148304877.jpg", alt: "Client Avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-business-woman-posing_23-2149442330.jpg",
|
||||
alt: "Side view business woman posing",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-business-woman-posing_23-2149442330.jpg", alt: "Side view business woman posing"},
|
||||
]}
|
||||
avatarText="Join 200+ Satisfied Clients"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-office-workspace-equipped-digital-design-photo-editing_482257-126934.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-office-workspace-equipped-digital-design-photo-editing_482257-126934.jpg"
|
||||
imageAlt="Stylish workspace with digital design mockups"
|
||||
mediaAnimation="blur-reveal"
|
||||
fixedMediaHeight={true}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Brand Strategy",
|
||||
icon: Lightbulb,
|
||||
type: "text-icon", text: "Brand Strategy", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "UI/UX Design",
|
||||
icon: PenTool,
|
||||
type: "text-icon", text: "UI/UX Design", icon: PenTool,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Web Development",
|
||||
icon: Code,
|
||||
type: "text-icon", text: "Web Development", icon: Code,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Digital Marketing",
|
||||
icon: Bell,
|
||||
type: "text-icon", text: "Digital Marketing", icon: Bell,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "SEO Optimization",
|
||||
icon: Search,
|
||||
type: "text-icon", text: "SEO Optimization", icon: Search,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -202,14 +134,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Innovate Solutions",
|
||||
"Growth Partners",
|
||||
"Synergy Hub",
|
||||
"Visionary Tech",
|
||||
"Peak Performance",
|
||||
"Digital Craft",
|
||||
"Evolve Strategies",
|
||||
]}
|
||||
"Innovate Solutions", "Growth Partners", "Synergy Hub", "Visionary Tech", "Peak Performance", "Digital Craft", "Evolve Strategies"]}
|
||||
title="Trusted by Leading Brands Worldwide"
|
||||
description="Our commitment to excellence has earned the trust of industry leaders across various sectors, delivering exceptional results."
|
||||
speed={40}
|
||||
@@ -224,80 +149,53 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Stunning Web Design",
|
||||
description: "Crafting visually captivating and highly intuitive website designs tailored to your brand's unique identity and audience.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-editor-using-stylus-graphic-tablet-retouch-photo-creating-professional-photography-content-production-freelancer-editing-picture-with-creative-retouching-software-close-up_482257-48037.jpg",
|
||||
imageAlt: "Designer working on web design",
|
||||
},
|
||||
title: "Stunning Web Design", description: "Crafting visually captivating and highly intuitive website designs tailored to your brand's unique identity and audience.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-editor-using-stylus-graphic-tablet-retouch-photo-creating-professional-photography-content-production-freelancer-editing-picture-with-creative-retouching-software-close-up_482257-48037.jpg", imageAlt: "Designer working on web design"},
|
||||
items: [
|
||||
{
|
||||
icon: Brush,
|
||||
text: "Custom Aesthetics",
|
||||
},
|
||||
text: "Custom Aesthetics"},
|
||||
{
|
||||
icon: LayoutGrid,
|
||||
text: "User-Centric Layouts",
|
||||
},
|
||||
text: "User-Centric Layouts"},
|
||||
{
|
||||
icon: Palette,
|
||||
text: "Brand Harmony",
|
||||
},
|
||||
text: "Brand Harmony"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/rc-logo-monogram-design_23-2151060583.jpg",
|
||||
imageAlt: "designer hands tablet sketching UI/UX",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Robust Development",
|
||||
description: "Building powerful, scalable, and secure websites using cutting-edge technologies to ensure peak performance and reliability.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-laptop-dark-table-glowing-screen_169016-51024.jpg",
|
||||
imageAlt: "Code on screen for web development",
|
||||
},
|
||||
title: "Robust Development", description: "Building powerful, scalable, and secure websites using cutting-edge technologies to ensure peak performance and reliability.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-laptop-dark-table-glowing-screen_169016-51024.jpg", imageAlt: "Code on screen for web development"},
|
||||
items: [
|
||||
{
|
||||
icon: Code,
|
||||
text: "Clean Code Architecture",
|
||||
},
|
||||
text: "Clean Code Architecture"},
|
||||
{
|
||||
icon: Cloud,
|
||||
text: "Scalable Infrastructure",
|
||||
},
|
||||
text: "Scalable Infrastructure"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
text: "Advanced Security",
|
||||
},
|
||||
text: "Advanced Security"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-workspace-equipped-digital-design-photo-editing_482257-126934.jpg?_wi=2",
|
||||
imageAlt: "designer hands tablet sketching UI/UX",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Strategic Digital Marketing",
|
||||
description: "Implementing data-driven strategies to enhance your online visibility, attract target audiences, and drive measurable growth.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148355688.jpg",
|
||||
imageAlt: "Analytics dashboard for digital marketing",
|
||||
},
|
||||
title: "Strategic Digital Marketing", description: "Implementing data-driven strategies to enhance your online visibility, attract target audiences, and drive measurable growth.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148355688.jpg", imageAlt: "Analytics dashboard for digital marketing"},
|
||||
items: [
|
||||
{
|
||||
icon: BarChart2,
|
||||
text: "SEO Optimization",
|
||||
},
|
||||
text: "SEO Optimization"},
|
||||
{
|
||||
icon: Megaphone,
|
||||
text: "Content Strategy",
|
||||
},
|
||||
text: "Content Strategy"},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
text: "Performance Tracking",
|
||||
},
|
||||
text: "Performance Tracking"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-with-short-curly-hair-dressed-jacket-glasses-poses-pink-with-clasped-hands-wonderful-smile_291650-1138.jpg?_wi=2",
|
||||
imageAlt: "designer hands tablet sketching UI/UX",
|
||||
},
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Innovative Solutions for Modern Businesses"
|
||||
description="Experience a suite of features designed to elevate your digital strategy, drive measurable results, and foster a powerful online presence."
|
||||
@@ -327,53 +225,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Bespoke Branding",
|
||||
price: "$2,500+",
|
||||
variant: "Identity Design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-business-card_23-2147985512.jpg",
|
||||
imageAlt: "Branding guide on a tablet",
|
||||
},
|
||||
id: "1", name: "Bespoke Branding", price: "$2,500+", variant: "Identity Design", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-business-card_23-2147985512.jpg", imageAlt: "Branding guide on a tablet"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Custom Web Development",
|
||||
price: "$5,000+",
|
||||
variant: "Frontend & Backend",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104516.jpg",
|
||||
imageAlt: "Website design mockups on multiple devices",
|
||||
},
|
||||
id: "2", name: "Custom Web Development", price: "$5,000+", variant: "Frontend & Backend", imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104516.jpg", imageAlt: "Website design mockups on multiple devices"},
|
||||
{
|
||||
id: "3",
|
||||
name: "SEO & Performance",
|
||||
price: "$800/mo+",
|
||||
variant: "Optimization Service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/marketing-research-concept-with-magnifying-glass-wooden-cubes-red-table-flat-lay_176474-9480.jpg",
|
||||
imageAlt: "Abstract representation of SEO strategy",
|
||||
},
|
||||
id: "3", name: "SEO & Performance", price: "$800/mo+", variant: "Optimization Service", imageSrc: "http://img.b2bpic.net/free-photo/marketing-research-concept-with-magnifying-glass-wooden-cubes-red-table-flat-lay_176474-9480.jpg", imageAlt: "Abstract representation of SEO strategy"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Content Strategy",
|
||||
price: "$1,200+",
|
||||
variant: "Story & Engagement",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diagrams-with-connected-icons_1134-403.jpg",
|
||||
imageAlt: "Content strategy mind map",
|
||||
},
|
||||
id: "4", name: "Content Strategy", price: "$1,200+", variant: "Story & Engagement", imageSrc: "http://img.b2bpic.net/free-photo/diagrams-with-connected-icons_1134-403.jpg", imageAlt: "Content strategy mind map"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Social Media Management",
|
||||
price: "$700/mo+",
|
||||
variant: "Presence & Growth",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-with-collage-technique-color-blocking_23-2150165948.jpg",
|
||||
imageAlt: "Social media posts on phone and tablet screens",
|
||||
},
|
||||
id: "5", name: "Social Media Management", price: "$700/mo+", variant: "Presence & Growth", imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-with-collage-technique-color-blocking_23-2150165948.jpg", imageAlt: "Social media posts on phone and tablet screens"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Digital Analytics",
|
||||
price: "$600/mo+",
|
||||
variant: "Insights & Reporting",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038414.jpg",
|
||||
imageAlt: "Data analytics interface",
|
||||
},
|
||||
id: "6", name: "Digital Analytics", price: "$600/mo+", variant: "Insights & Reporting", imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038414.jpg", imageAlt: "Data analytics interface"},
|
||||
]}
|
||||
title="Our Signature Offerings"
|
||||
description="Explore our diverse range of services, meticulously designed to meet your unique business needs and exceed expectations in the digital landscape."
|
||||
@@ -388,66 +250,31 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Starter",
|
||||
badgeIcon: Lightbulb,
|
||||
price: "$2,999",
|
||||
name: "Foundation Package",
|
||||
buttons: [
|
||||
id: "basic", badge: "Starter", badgeIcon: Lightbulb,
|
||||
price: "$2,999", name: "Foundation Package", buttons: [
|
||||
{
|
||||
text: "Start Project",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Project", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Custom Single Page Design",
|
||||
"Responsive Development",
|
||||
"Basic SEO Setup",
|
||||
"1 Round of Revisions",
|
||||
"Standard Support",
|
||||
],
|
||||
"Custom Single Page Design", "Responsive Development", "Basic SEO Setup", "1 Round of Revisions", "Standard Support"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Recommended",
|
||||
badgeIcon: Star,
|
||||
price: "$5,999",
|
||||
name: "Growth Package",
|
||||
buttons: [
|
||||
id: "pro", badge: "Recommended", badgeIcon: Star,
|
||||
price: "$5,999", name: "Growth Package", buttons: [
|
||||
{
|
||||
text: "Choose Plan",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choose Plan", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Multi-Page Website Design",
|
||||
"Advanced SEO & Analytics",
|
||||
"Content Management Integration",
|
||||
"3 Rounds of Revisions",
|
||||
"Priority Support",
|
||||
"Basic Social Media Integration",
|
||||
],
|
||||
"Multi-Page Website Design", "Advanced SEO & Analytics", "Content Management Integration", "3 Rounds of Revisions", "Priority Support", "Basic Social Media Integration"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Enterprise",
|
||||
badgeIcon: Crown,
|
||||
price: "Custom",
|
||||
name: "Enterprise Solution",
|
||||
buttons: [
|
||||
id: "enterprise", badge: "Enterprise", badgeIcon: Crown,
|
||||
price: "Custom", name: "Enterprise Solution", buttons: [
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Sales", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Tailored Design & Development",
|
||||
"Comprehensive Marketing Strategy",
|
||||
"E-commerce & CRM Integration",
|
||||
"Unlimited Revisions",
|
||||
"Dedicated Account Manager",
|
||||
"Advanced Security & Scalability",
|
||||
],
|
||||
"Tailored Design & Development", "Comprehensive Marketing Strategy", "E-commerce & CRM Integration", "Unlimited Revisions", "Dedicated Account Manager", "Advanced Security & Scalability"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Plans for Every Vision"
|
||||
@@ -462,49 +289,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Akira Tanaka",
|
||||
handle: "@akiratanaka",
|
||||
testimonial: "Efface's team delivered a stunning website that truly captures our brand essence. The process was smooth, and the results speak for themselves.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-beard-laptop_273609-6048.jpg",
|
||||
imageAlt: "Akira Tanaka",
|
||||
icon: Quote,
|
||||
id: "t1", name: "Akira Tanaka", handle: "@akiratanaka", testimonial: "Efface's team delivered a stunning website that truly captures our brand essence. The process was smooth, and the results speak for themselves.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-beard-laptop_273609-6048.jpg", imageAlt: "Akira Tanaka", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Yuki Sato",
|
||||
handle: "@yukisato",
|
||||
testimonial: "Professional, creative, and highly responsive. Efface transformed our outdated site into a modern, high-performing platform. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-thoughtful-middle-aged-female-elegant-dress-sitting-table-room-decorated-with-garland-having-pensive-look-holding-index-finger-her-head-thinking-how-wrap-gifts-family_343059-4350.jpg",
|
||||
imageAlt: "Yuki Sato",
|
||||
icon: Quote,
|
||||
id: "t2", name: "Yuki Sato", handle: "@yukisato", testimonial: "Professional, creative, and highly responsive. Efface transformed our outdated site into a modern, high-performing platform. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-thoughtful-middle-aged-female-elegant-dress-sitting-table-room-decorated-with-garland-having-pensive-look-holding-index-finger-her-head-thinking-how-wrap-gifts-family_343059-4350.jpg", imageAlt: "Yuki Sato", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Kenji Nakamura",
|
||||
handle: "@kenjinakamura",
|
||||
testimonial: "The attention to detail and commitment to quality from Efface are unparalleled. Our new branding and website have received rave reviews.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-person-fooling-around_23-2149114892.jpg",
|
||||
imageAlt: "Kenji Nakamura",
|
||||
icon: Quote,
|
||||
id: "t3", name: "Kenji Nakamura", handle: "@kenjinakamura", testimonial: "The attention to detail and commitment to quality from Efface are unparalleled. Our new branding and website have received rave reviews.", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-person-fooling-around_23-2149114892.jpg", imageAlt: "Kenji Nakamura", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Emi Kobayashi",
|
||||
handle: "@emikobayashi",
|
||||
testimonial: "Working with Efface was a game-changer for our online presence. Their strategic insights and design expertise are exceptional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/frowning-young-handsome-caucasian-man-wearing-glasses-sitting-with-closed-posture-isolated-crimson-wall_141793-79924.jpg",
|
||||
imageAlt: "Emi Kobayashi",
|
||||
icon: Quote,
|
||||
id: "t4", name: "Emi Kobayashi", handle: "@emikobayashi", testimonial: "Working with Efface was a game-changer for our online presence. Their strategic insights and design expertise are exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/frowning-young-handsome-caucasian-man-wearing-glasses-sitting-with-closed-posture-isolated-crimson-wall_141793-79924.jpg", imageAlt: "Emi Kobayashi", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Hiroshi Suzuki",
|
||||
handle: "@hiroshisuzuki",
|
||||
testimonial: "Efface not only delivered a beautiful website but also improved our conversion rates significantly. A fantastic investment!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-programer-sitting-down-working-laptop-arranging-glasses-looking-up-smiling-camera-system-engineer-using-portable-computer-computing-big-data_482257-40598.jpg",
|
||||
imageAlt: "Hiroshi Suzuki",
|
||||
icon: Quote,
|
||||
id: "t5", name: "Hiroshi Suzuki", handle: "@hiroshisuzuki", testimonial: "Efface not only delivered a beautiful website but also improved our conversion rates significantly. A fantastic investment!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-programer-sitting-down-working-laptop-arranging-glasses-looking-up-smiling-camera-system-engineer-using-portable-computer-computing-big-data_482257-40598.jpg", imageAlt: "Hiroshi Suzuki", icon: Quote,
|
||||
},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
@@ -519,28 +316,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What is the typical timeline for a website project?",
|
||||
content: "Project timelines vary based on complexity, but a standard website typically takes 4-8 weeks from conception to launch. We'll provide a detailed timeline during the discovery phase.",
|
||||
},
|
||||
id: "q1", title: "What is the typical timeline for a website project?", content: "Project timelines vary based on complexity, but a standard website typically takes 4-8 weeks from conception to launch. We'll provide a detailed timeline during the discovery phase."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer ongoing maintenance and support?",
|
||||
content: "Yes, we offer various maintenance and support packages to ensure your website remains secure, up-to-date, and performing optimally after launch. These can be customized to your needs.",
|
||||
},
|
||||
id: "q2", title: "Do you offer ongoing maintenance and support?", content: "Yes, we offer various maintenance and support packages to ensure your website remains secure, up-to-date, and performing optimally after launch. These can be customized to your needs."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can you integrate third-party tools and services?",
|
||||
content: "Absolutely. We specialize in integrating a wide range of third-party tools such as CRM systems, e-commerce platforms, payment gateways, and marketing automation tools to enhance functionality.",
|
||||
},
|
||||
id: "q3", title: "Can you integrate third-party tools and services?", content: "Absolutely. We specialize in integrating a wide range of third-party tools such as CRM systems, e-commerce platforms, payment gateways, and marketing automation tools to enhance functionality."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find answers to the most common questions about our services, process, and what to expect when working with Efface."
|
||||
buttons={[
|
||||
{
|
||||
text: "View All FAQs",
|
||||
href: "#",
|
||||
},
|
||||
text: "View All FAQs", href: "#"},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
@@ -552,18 +338,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to transform your digital presence? Let's create something extraordinary together."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Project",
|
||||
href: "mailto:info@efface.com",
|
||||
},
|
||||
text: "Start Your Project", href: "mailto:info@efface.com"},
|
||||
{
|
||||
text: "Schedule a Call",
|
||||
href: "#",
|
||||
},
|
||||
text: "Schedule a Call", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -575,58 +356,35 @@ export default function LandingPage() {
|
||||
logoText="Efface"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Web Design",
|
||||
href: "#offerings",
|
||||
},
|
||||
label: "Web Design", href: "#offerings"},
|
||||
{
|
||||
label: "Development",
|
||||
href: "#offerings",
|
||||
},
|
||||
label: "Development", href: "#offerings"},
|
||||
{
|
||||
label: "SEO",
|
||||
href: "#offerings",
|
||||
},
|
||||
label: "SEO", href: "#offerings"},
|
||||
{
|
||||
label: "Branding",
|
||||
href: "#offerings",
|
||||
},
|
||||
label: "Branding", href: "#offerings"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user