Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -11,8 +11,8 @@ import { Cormorant_Garamond, Inter } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Bizzle Designz | Luxury Brand Design That Converts',
|
||||
description: 'Boutique creative studio specializing in luxury brand identity, commercial design, and ROI-focused marketing assets.',
|
||||
title: 'Webild - Modern Web Solutions',
|
||||
description: 'Professional web development and design services.',
|
||||
keywords: ["brand design, logo designer, brand identity agency, commercial advertising design"],
|
||||
openGraph: {
|
||||
"title": "Bizzle Designz | Luxury Brand Design",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
'use client';
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
@@ -8,100 +9,39 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Star, Shield, Zap, CheckCircle } from 'lucide-react';
|
||||
|
||||
export default function Page() {
|
||||
const navItems = [{ name: "Home", id: "/" }];
|
||||
const navItems = [{ name: 'Home', id: '/' }, { name: 'About', id: '/about' }, { name: 'Contact', id: '/contact' }];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay navItems={navItems} brandName="Bizzle Designz" />
|
||||
<NavbarLayoutFloatingOverlay navItems={navItems} brandName="Webild" />
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Luxury Brand Design That Converts"
|
||||
description="Strategic logos, ads, and identities crafted to grow your business and increase revenue."
|
||||
buttons={[{ text: "Book a Free Discovery", href: "#contact" }, { text: "View Portfolio", href: "#portfolio" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320696.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/closeup-skeptical-bearded-man-grimacing-displeased-dont-like-something-standing-reluctant-against_1258-113973.jpg", alt: "Client 1" }, { src: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167445.jpg", alt: "Client 2" }, { src: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", alt: "Client 3" }, { src: "http://img.b2bpic.net/free-photo/designers-team-working-3d-model_23-2149371893.jpg", alt: "Client 4" }, { src: "http://img.b2bpic.net/free-photo/young-man-business-worker-using-vr-glasses-working-office_839833-10645.jpg", alt: "Client 5" }]}
|
||||
avatarText="Trusted by 500+ global brands"
|
||||
marqueeItems={[{ type: "text", text: "Strategic Branding" }, { type: "text", text: "High-End Identity" }, { type: "text", text: "Conversion Design" }, { type: "text", text: "Editorial Creative" }, { type: "text", text: "Growth Marketing" }]}
|
||||
/>
|
||||
<HeroBillboard title="Transform Your Digital Presence" description="Modern, scalable, and beautifully designed web solutions for the next generation of brands." background={{ variant: 'animated-grid' }} />
|
||||
</div>
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={["InnovateTech", "LuxHaus", "PureGlow", "CloudData", "EleganceDining", "TrendSet", "PrimeAssets"]}
|
||||
title="Trusted by Leaders"
|
||||
description="Helping ambitious companies scale with distinctive, high-ROI design."
|
||||
/>
|
||||
<SocialProofOne names={['Company A', 'Company B', 'Company C']} title="Trusted by industry leaders" description="Joining forces with the best to build tomorrow." />
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardMedia
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[{ id: "f1", title: "Brand Identity", description: "Memorable marks that scale from web to signage.", tag: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/kraft-paper-office-supplies_23-2147788347.jpg" }, { id: "f2", title: "Logo Systems", description: "Distinctive marks built for longevity and growth.", tag: "Core", imageSrc: "http://img.b2bpic.net/free-photo/stationery-ice-cream-concept_23-2147803263.jpg" }, { id: "f3", title: "Ad Campaigns", description: "Performance-focused creatives that attract your audience.", tag: "Strategy", imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558659.jpg" }]}
|
||||
title="Strategic Design Expertise"
|
||||
description="From identity systems to full-scale campaigns, we provide the assets you need to convert."
|
||||
/>
|
||||
<FeatureCardMedia animationType="slide-up" title="Core Capabilities" description="Powerful features designed to scale your business." features={[{ id: '1', title: 'High Performance', description: 'Optimized for speed and SEO efficiency.', tag: 'Performance' }, { id: '2', title: 'Scalable Architecture', description: 'Built to grow alongside your user base.', tag: 'Scalability' }]} />
|
||||
</div>
|
||||
<div id="process" data-section="process">
|
||||
<FeatureCardMedia
|
||||
animationType="slide-up"
|
||||
textboxLayout="inline-image"
|
||||
useInvertedBackground={true}
|
||||
features={[{ id: "p1", title: "Discover", description: "Deep-dive into your goals, industry, and target market.", tag: "Step 01", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-sitting-table-talking-business_23-2148352796.jpg" }, { id: "p2", title: "Design", description: "Iterative, strategic creative development aligned to your brand.", tag: "Step 02", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320702.jpg" }, { id: "p3", title: "Deliver", description: "Polished, high-converting assets ready for launch.", tag: "Step 03", imageSrc: "http://img.b2bpic.net/free-vector/colorful-modern-business-stationery_52683-29454.jpg" }]}
|
||||
title="Our Proven Process"
|
||||
description="A streamlined 3-step approach to get you from concept to conversion in weeks."
|
||||
/>
|
||||
<FeatureCardMedia animationType="slide-up" title="Our Process" description="How we turn ideas into reality." features={[{ id: 'p1', title: 'Strategic Planning', description: 'We align our goals with your vision.', tag: 'Phase 1' }, { id: 'p2', title: 'Agile Execution', description: 'Iterative development for maximum efficiency.', tag: 'Phase 2' }]} />
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[{ id: "t1", name: "Sarah J.", date: "Jan 2025", title: "CEO, TechHaus", quote: "The new identity system Bizzle created immediately lifted our click-through rates by 40%.", tag: "ROI-focused", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-skeptical-bearded-man-grimacing-displeased-dont-like-something-standing-reluctant-against_1258-113973.jpg", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320696.jpg" }, { id: "t2", name: "Michael R.", date: "Dec 2024", title: "Founder, LuxHome", quote: "Bizzle Designz brought a level of care and boutique attention I haven't found elsewhere.", tag: "Boutique Care", avatarSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167445.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-skeptical-bearded-man-grimacing-displeased-dont-like-something-standing-reluctant-against_1258-113973.jpg" }, { id: "t3", name: "Elena K.", date: "Nov 2024", title: "Marketing Director, Bloom", quote: "Incredible turnarounds and the logo is exactly the premium mark we needed for scaling.", tag: "Fast Delivery", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167445.jpg" }, { id: "t4", name: "David W.", date: "Oct 2024", title: "Director, VentureLab", quote: "Bizzle transformed our stagnant visual identity into a conversion machine. Worth every cent.", tag: "ROI-focused", avatarSrc: "http://img.b2bpic.net/free-photo/designers-team-working-3d-model_23-2149371893.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg" }, { id: "t5", name: "Anna P.", date: "Sept 2024", title: "CMO, StyleCorp", quote: "Professional, personable, and absolutely masterful at what they do. Highly recommended.", tag: "White-Glove", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-business-worker-using-vr-glasses-working-office_839833-10645.jpg", imageSrc: "http://img.b2bpic.net/free-photo/designers-team-working-3d-model_23-2149371893.jpg" }]}
|
||||
title="Client Success Stories"
|
||||
description="Don't just take our word for it — see how Bizzle Designz has helped these businesses."
|
||||
/>
|
||||
<TestimonialCardFive title="Client Success Stories" description="See what our partners say about working with us." textboxLayout="default" testimonials={[{ id: 't1', name: 'John Doe', date: 'Jan 2025', title: 'Founder, Startup Inc', quote: 'An incredible team that delivered beyond expectations.', tag: 'Client', avatarSrc: 'https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=200&h=200&auto=format&fit=crop' }]} />
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[{ id: "starter", tag: "Starter", price: "$1,500+", period: "fixed", description: "Essential logo system and basic brand board for new ventures.", button: { text: "Get a Custom Quote", href: "#contact" }, featuresTitle: "Includes:", features: ["Primary Logo", "Submark", "Color Palette", "Typography Pair"] }, { id: "brand", tag: "Brand", price: "$3,500+", period: "fixed", description: "Complete identity system for established brands ready to scale.", button: { text: "Get a Custom Quote", href: "#contact" }, featuresTitle: "Includes:", features: ["Starter +", "Social Templates", "Business Cards", "Brand Guidelines"] }, { id: "premium", tag: "Premium", price: "$6,000+", period: "fixed", description: "Full-service package for brands requiring campaign and collateral.", button: { text: "Get a Custom Quote", href: "#contact" }, featuresTitle: "Includes:", features: ["Brand +", "Campaign Strategy", "Packaging", "Priority Turnaround"] }]}
|
||||
title="Packages & Investment"
|
||||
description="Choose the level of engagement that fits your business stage."
|
||||
/>
|
||||
<PricingCardFive title="Pricing" description="Simple, transparent pricing plans." animationType="slide-up" textboxLayout="default" plans={[{ id: 'basic', tag: 'Start', price: '$49', period: '/mo', description: 'Essential tools for small teams.', button: { text: 'Get Started' }, featuresTitle: 'Includes:', features: ['Feature 1', 'Feature 2'] }, { id: 'pro', tag: 'Growth', price: '$99', period: '/mo', description: 'Advanced features for scaling.', button: { text: 'Go Pro' }, featuresTitle: 'Includes:', features: ['All Basic features', 'Priority Support'] }]} />
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Book Now"
|
||||
title="Ready to Elevate Your Brand?"
|
||||
description="Let's discuss how we can grow your business through strategic design."
|
||||
/>
|
||||
<ContactCenter tag="Connect" title="Get in touch" description="Have a project in mind? We'd love to hear from you." background={{ variant: 'plain' }} />
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="Bizzle Designz"
|
||||
columns={[{ title: "Studio", items: [{ label: "Services", href: "#features" }, { label: "Portfolio", href: "#portfolio" }, { label: "About", href: "#about" }] }, { title: "Connect", items: [{ label: "Book Discovery", href: "#contact" }, { label: "Instagram", href: "#" }, { label: "LinkedIn", href: "#" }] }, { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }]}
|
||||
/>
|
||||
<FooterBase logoText="Webild" columns={[{ title: 'Navigation', items: [{ label: 'Home', href: '/' }, { label: 'About', href: '/about' }] }]} />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user