Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-19 11:48:20 +00:00

View File

@@ -12,7 +12,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import { BarChart3, Bot, CheckCircle, Code2, Layers, Zap } from "lucide-react";
import { BarChart3, Bot, CheckCircle, Code2, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -39,6 +39,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
brandName="Bhuvan Web Studios"
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
@@ -74,6 +75,7 @@ export default function LandingPage() {
description="We build robust digital solutions for your business."
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
features={[
{ id: "s1", title: "Web Design", tags: ["Custom", "Responsive"] },
{ id: "s2", title: "E-Commerce", tags: ["Scalable", "Fast"] },
@@ -85,8 +87,11 @@ export default function LandingPage() {
<div id="why-choose" data-section="why-choose">
<MetricCardOne
title="Why Choose Bhuvan Web Studios?"
description="Expertise that drives results."
gridVariant="bento-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "m1", icon: BarChart3, value: "3x", title: "Conversion", description: "Optimized layouts for growth." },
{ id: "m2", icon: Bot, value: "AI", title: "Automation", description: "Smart, modern web features." }
@@ -97,8 +102,10 @@ export default function LandingPage() {
<div id="portfolio" data-section="portfolio">
<ProductCardFour
title="Featured Projects"
description="Our successful case studies."
gridVariant="asymmetric-60-wide-40-narrow"
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={true}
products={[
{ id: "1", name: "Enterprise Site", price: "$1500", variant: "Web", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-smartphone-with-jump-rope-weight_23-2148523318.jpg" },
@@ -110,8 +117,10 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardTwo
title="Transparent Pricing"
description="Choose the plan that fits you."
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
plans={[
{ id: "p1", badge: "Starter", price: "$299", subtitle: "Essential growth.", buttons: [{ text: "Select" }], features: ["Responsive design", "Basic SEO"] },
{ id: "p2", badge: "Enterprise", price: "$999", subtitle: "Scale quickly.", buttons: [{ text: "Select" }], features: ["Custom features", "Priority Support"] }
@@ -122,9 +131,11 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
title="What Partners Say"
description="Testimonials from our happy clients."
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Alex R.", role: "CEO", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg" }
]}
@@ -138,6 +149,7 @@ export default function LandingPage() {
description="We are ready to design your success. Reach out today."
buttons={[{ text: "Start Now", href: "#contact" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>