Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f87400fa25 | |||
| 1614315f40 | |||
| 5215781fb2 | |||
| 1dcaee113e | |||
| 69a9b184ff | |||
| 040c8b63e8 | |||
| 853d122b55 | |||
| 09d51ae1a6 | |||
| 4dd7a1e856 |
@@ -70,7 +70,6 @@ export default function BlogPage() {
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Website Design", href: "#services" },
|
||||
{ label: "Website Redesign", href: "#services" },
|
||||
{ label: "Brand Integration", href: "#services" },
|
||||
{ label: "Optimization", href: "#services" }
|
||||
]
|
||||
|
||||
@@ -58,8 +58,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{ type: "text", content: "Built by Creators." },
|
||||
{ type: "text", content: "Driven by Strategy." }
|
||||
{ type: "text", content: "Your website should reflect your potential." }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "#services" },
|
||||
@@ -85,15 +84,6 @@ export default function LandingPage() {
|
||||
],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "Website Redesign", description: "Transform outdated websites into modern, clean, high-performing digital experiences. We breathe new life into your existing digital presence with strategic improvements.", media: { imageSrc: "https://img.b2bpic.net/free-psd/e-commerce-furniture-landing-page_197582-341.jpg" },
|
||||
items: [
|
||||
{ icon: RefreshCw, text: "Complete modernization" },
|
||||
{ icon: Zap, text: "Speed optimization" },
|
||||
{ icon: TrendingUp, text: "Improved conversions" }
|
||||
],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3", title: "Brand Identity Integration", description: "Align website visuals with your brand positioning, tone, and audience psychology. Every element reinforces your brand message and builds trust with your audience.", media: { imageSrc: "https://img.b2bpic.net/free-psd/fashion-landing-page-template_197582-339.jpg" },
|
||||
items: [
|
||||
@@ -101,7 +91,7 @@ export default function LandingPage() {
|
||||
{ icon: MessageSquare, text: "Brand voice alignment" },
|
||||
{ icon: Target, text: "Audience psychology" }
|
||||
],
|
||||
reverse: false
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "4", title: "Conversion Optimization", description: "Design structures that guide visitors toward action and increase engagement. We strategically optimize every touchpoint to maximize your conversion potential.", media: { imageSrc: "https://img.b2bpic.net/free-vector/fashion-sale-landing-page_23-2148589554.jpg" },
|
||||
@@ -110,7 +100,7 @@ export default function LandingPage() {
|
||||
{ icon: TrendingUp, text: "Funnel optimization" },
|
||||
{ icon: BarChart3, text: "Data-driven design" }
|
||||
],
|
||||
reverse: true
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -165,38 +155,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
title="Trusted by Industry Leaders"
|
||||
description="See what our clients have to say about their transformation with NovaWeb."
|
||||
tag="Client Stories"
|
||||
tagIcon={Star}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", role: "CEO, TechFlow Systems", testimonial: "NovaWeb completely transformed our digital presence. Their strategic approach and aesthetic execution exceeded our expectations. Our conversion rates increased by 47% within three months.", imageSrc: "https://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Johnson", role: "Founder, Innovation Labs", testimonial: "Working with NovaWeb was a game-changer. They understood our brand vision and brought it to life in ways we hadn't imagined. Their attention to detail and strategic thinking set them apart.", imageSrc: "https://img.b2bpic.net/free-photo/positive-young-businesswoman-pointing-camera_1262-5406.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Elena Rodriguez", role: "Marketing Director, GrowthCo", testimonial: "The website NovaWeb designed for us is not just beautiful—it's a conversion machine. Every element serves a purpose, and the results speak for themselves. Highly recommended.", imageSrc: "https://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Okonkwo", role: "Chief Product Officer, StartupXYZ", testimonial: "NovaWeb delivered a website that perfectly reflects our brand personality while driving measurable business results. Their blend of creativity and strategy is truly exceptional.", imageSrc: "https://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jennifer Park", role: "COO, Digital Ventures", testimonial: "From concept to launch, NovaWeb demonstrated exceptional professionalism and creativity. The website we received is elegant, functional, and perfectly aligned with our business goals.", imageSrc: "https://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Thomas Mitchell", role: "VP of Operations, Creative Studios", testimonial: "NovaWeb's strategic approach to design ensures that every pixel serves a purpose. The results have been transformative for our business and our client relationships.", imageSrc: "https://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cta" data-section="cta">
|
||||
<PricingCardTwo
|
||||
title="Your Website Should Reflect Your Full Potential"
|
||||
@@ -206,7 +164,7 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "starter", badge: "Starting Point", badgeIcon: Sparkles,
|
||||
price: "From $5,000", subtitle: "Perfect for early-stage projects", buttons: [
|
||||
price: "Make your business a website", subtitle: "Perfect for early-stage projects", buttons: [
|
||||
{ text: "Schedule Consultation", href: "#contact" },
|
||||
{ text: "Learn More", href: "#" }
|
||||
],
|
||||
@@ -216,7 +174,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "From $12,000", subtitle: "Comprehensive transformation", buttons: [
|
||||
price: "Upgrade your business website", subtitle: "Comprehensive transformation", buttons: [
|
||||
{ text: "Start Your Project", href: "#contact" },
|
||||
{ text: "View Details", href: "#" }
|
||||
],
|
||||
@@ -241,7 +199,6 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Website Design", href: "#services" },
|
||||
{ label: "Website Redesign", href: "#services" },
|
||||
{ label: "Brand Integration", href: "#services" },
|
||||
{ label: "Optimization", href: "#services" }
|
||||
]
|
||||
|
||||
@@ -109,7 +109,6 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Website Design", href: "#services" },
|
||||
{ label: "Website Redesign", href: "#services" },
|
||||
{ label: "Brand Integration", href: "#services" },
|
||||
{ label: "Optimization", href: "#services" }
|
||||
]
|
||||
@@ -189,7 +188,6 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Website Design", href: "#services" },
|
||||
{ label: "Website Redesign", href: "#services" },
|
||||
{ label: "Brand Integration", href: "#services" },
|
||||
{ label: "Optimization", href: "#services" }
|
||||
]
|
||||
@@ -293,7 +291,6 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Website Design", href: "#services" },
|
||||
{ label: "Website Redesign", href: "#services" },
|
||||
{ label: "Brand Integration", href: "#services" },
|
||||
{ label: "Optimization", href: "#services" }
|
||||
]
|
||||
|
||||
@@ -59,7 +59,6 @@ export default function ShopPage() {
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Website Design", href: "#services" },
|
||||
{ label: "Website Redesign", href: "#services" },
|
||||
{ label: "Brand Integration", href: "#services" },
|
||||
{ label: "Optimization", href: "#services" }
|
||||
]
|
||||
@@ -138,7 +137,6 @@ export default function ShopPage() {
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Website Design", href: "#services" },
|
||||
{ label: "Website Redesign", href: "#services" },
|
||||
{ label: "Brand Integration", href: "#services" },
|
||||
{ label: "Optimization", href: "#services" }
|
||||
]
|
||||
|
||||
@@ -5,18 +5,18 @@
|
||||
/* --background: #f7f6f7;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #0c1325;;
|
||||
--primary-cta: #0798ff;;
|
||||
--primary-cta: #6366f1;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #93c7ff;;
|
||||
--background-accent: #a8cde8;; */
|
||||
--accent: #8b5cf6;;
|
||||
--background-accent: #a8bae8;; */
|
||||
|
||||
--background: #f7f6f7;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #0c1325;;
|
||||
--primary-cta: #0798ff;;
|
||||
--primary-cta: #6366f1;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #93c7ff;;
|
||||
--background-accent: #a8cde8;;
|
||||
--accent: #8b5cf6;;
|
||||
--background-accent: #a8bae8;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user