5 Commits

Author SHA1 Message Date
a4aabd1975 Update src/app/page.tsx 2026-06-03 08:37:54 +00:00
324b760514 Update src/app/styles/variables.css 2026-06-03 08:37:19 +00:00
f512a0a9cf Update src/app/styles/base.css 2026-06-03 08:37:19 +00:00
532a395927 Update src/app/page.tsx 2026-06-03 08:37:18 +00:00
c0f70ff844 Update src/app/layout.tsx 2026-06-03 08:37:18 +00:00
4 changed files with 155 additions and 337 deletions

View File

@@ -6,23 +6,23 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'PixelPulse Digital | Web Design & Branding Agency', title: 'PixelPulse Digital | Web Design & Branding Agency',
description: 'Elevate your brand with expert web design and development. PixelPulse Digital creates engaging, responsive websites that drive results and captivate your audience.', description: 'Elevate your brand with expert web design and development. PixelPulse Digital creates engaging, responsive websites that drive results and captivate your audience.',
}; };
const manrope = Manrope({
variable: "--font-manrope", subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
});
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: Readonly<{
@@ -31,9 +31,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body <body className={`${manrope.variable} ${dmSans.variable} antialiased`}>
className={`${halant.variable} ${inter.variable} antialiased`}
>
<Tag /> <Tag />
{children} {children}
<script <script

View File

@@ -3,342 +3,162 @@
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import FeatureBento from "@/components/sections/feature/FeatureBento"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import ContactSplit from "@/components/sections/contact/ContactSplit";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import FooterMedia from "@/components/sections/footer/FooterMedia";
import TeamCardFive from "@/components/sections/team/TeamCardFive";
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react";
export default function WebAgency2Page() { import { Sparkles, Coffee, Star, MapPin, Instagram, Facebook, Twitter, PhoneCall } from "lucide-react";
export default function CoffeeShopPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-stagger" defaultButtonVariant="expand-hover"
defaultTextAnimation="entrance-slide" defaultTextAnimation="reveal-blur"
borderRadius="pill" borderRadius="soft"
contentWidth="medium" contentWidth="medium"
sizing="medium" sizing="medium"
background="none" background="none"
cardStyle="glass-elevated" cardStyle="soft-shadow"
primaryButtonStyle="metallic" primaryButtonStyle="flat"
secondaryButtonStyle="glass" secondaryButtonStyle="solid"
headingFontWeight="medium" headingFontWeight="semibold"
> >
<ReactLenis root> <ReactLenis root>
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Webild" brandName="Bean & Brew"
navItems={[ navItems={[
{ name: "Work", id: "work" }, { name: "Home", id: "hero" },
{ name: "Services", id: "services" }, { name: "About Us", id: "about" },
{ name: "About", id: "about" }, { name: "Menu", id: "menu" },
{ name: "Gallery", id: "atmosphere" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
button={{ text: "Get Started", href: "#contact" }} button={{ text: "Order Now", href: "#menu" }}
/> />
<HeroSplitDoubleCarousel
title="We Build Digital Experiences" <div id="hero" data-section="hero">
description="Transform your brand with cutting-edge web design and development. We craft stunning websites that convert visitors into customers." <HeroOverlay
tag="Award-Winning Agency" title="Taste the Art of Coffee"
tagIcon={Sparkles} description="Experience artisan roasted beans, handcrafted beverages, and a cozy atmosphere at our local coffee shop."
tagAnimation="slide-up" tag="Crafting Perfect Moments"
background={{ variant: "canvas-reveal" }} tagIcon={Sparkles}
buttons={[ tagAnimation="slide-up"
{ text: "Start Project", href: "#contact" }, buttons={[
{ text: "View Work", href: "#work" }, { text: "View Menu", href: "#menu" },
]} { text: "Find Us", href: "#contact" },
buttonAnimation="slide-up" ]}
carouselPosition="right" buttonAnimation="slide-up"
leftCarouselItems={[ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/hero-coffee.webp"
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp", imageAlt: "UI UX Design - Daily Life app" }, imageAlt="Freshly brewed coffee in a minimalist setting"
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp", imageAlt: "UI UX Design - SaaS platform" }, textPosition="bottom"
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp", imageAlt: "UI UX Design - Luminé skincare" }, showBlur={false}
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-7.webp", imageAlt: "UI UX Design - Online courses" }, showDimOverlay={true}
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-9.webp", imageAlt: "UI UX Design - Business coach" }, />
]} </div>
rightCarouselItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp", imageAlt: "UI UX Design - Luxuria travel" }, <div id="about" data-section="about">
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-5.webp", imageAlt: "UI UX Design - Dental practice" }, <TestimonialAboutCard
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp", imageAlt: "UI UX Design - AI product builder" }, tag="Our Story"
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-8.webp", imageAlt: "UI UX Design - AI automation" }, tagAnimation="slide-up"
]} title="More Than Just Coffee"
carouselItemClassName="!aspect-[4/5]" description="We believe in the simple pleasure of a perfectly brewed cup. Our journey began with a passion for exceptional beans and a desire to create a welcoming space for our community."
/> subdescription="Every sip tells a story of quality, craft, and care. We source our beans ethically and roast them to perfection, ensuring a rich and unforgettable flavor in every cup."
<FeatureBento icon={Coffee}
title="Our Services" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/about-coffee.webp"
description="We offer a full suite of digital services to help your brand stand out online." imageAlt="Barista preparing coffee"
textboxLayout="default" mediaAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up" />
buttons={[{ text: "All Services", href: "#services" }]} </div>
buttonAnimation="slide-up"
features={[ <div id="menu" data-section="menu">
{ <ProductCardTwo
title: "SEO", title="Our Delicious Menu"
description: "We optimize your website to rank higher on search engines and drive organic traffic.", description="From classic espresso to unique house specials, discover your new favorite drink."
bentoComponent: "marquee", textboxLayout="default"
centerIcon: Search, useInvertedBackground={false}
variant: "text", gridVariant="three-columns-all-equal-width"
texts: ["Keywords", "Backlinks", "Meta Tags", "Organic Traffic", "Rankings", "Analytics", "SERP", "Indexing"], animationType="slide-up"
}, products={[
{ { id: "1", brand: "Espresso", name: "Americano", price: "$3.50", rating: 5, reviewCount: "25", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/americano.webp" },
title: "Web Development", { id: "2", brand: "Espresso", name: "Latte", price: "$4.00", rating: 5, reviewCount: "40", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/latte.webp" },
description: "Custom-built websites that are fast, responsive, and designed to convert.", { id: "3", brand: "Espresso", name: "Cappuccino", price: "$4.00", rating: 5, reviewCount: "30", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/cappuccino.webp" },
bentoComponent: "media-stack", { id: "4", brand: "Specialty", name: "Caramel Macchiato", price: "$4.75", rating: 5, reviewCount: "35", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/macchiato.webp" },
items: [ { id: "5", brand: "Brewed", name: "Pour Over", price: "$5.00", rating: 5, reviewCount: "15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/pourover.webp" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "Web project - AgentFlow AI platform" }, { id: "6", brand: "Pastry", name: "Croissant", price: "$3.00", rating: 4, reviewCount: "20", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/croissant.webp" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp", imageAlt: "Web project - Architecture studio" }, ]}
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp", imageAlt: "Web project - Summit Roofing" }, />
], </div>
},
{ <div id="atmosphere" data-section="atmosphere">
title: "Branding", <FeatureCardTwentySix
description: "Build a memorable brand identity that resonates with your audience.", title="Our Cozy Atmosphere"
bentoComponent: "media-stack", description="A perfect blend of comfort and charm, designed for relaxation and connection."
items: [ textboxLayout="default"
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp", imageAlt: "Brand project 1" }, useInvertedBackground={false}
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp", imageAlt: "Brand project 2" }, buttons={[]}
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp", imageAlt: "Brand project 3" }, buttonAnimation="slide-up"
], cardClassName="!h-auto aspect-video"
}, features={[
]} {
/> title: "Warm Interiors", description: "Relax in our inviting space.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/interior-1.webp", imageAlt: "Coffee shop interior with warm lighting", buttonIcon: Star},
<FeatureCardTwentySix {
title="Our Work" title: "Outdoor Seating", description: "Enjoy your coffee al fresco.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/outdoor-2.webp", imageAlt: "Outdoor seating area", buttonIcon: Star},
description="A selection of projects we've crafted for clients across industries." {
textboxLayout="default" title: "Artisan Decor", description: "Thoughtfully designed spaces.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/interior-3.webp", imageAlt: "Coffee shop interior with plants and art", buttonIcon: Star},
useInvertedBackground={false} {
buttons={[{ text: "View All Work", href: "#work" }]} title: "Community Hub", description: "A place to connect and create.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/community-4.webp", imageAlt: "People chatting in a coffee shop", buttonIcon: Star},
buttonAnimation="slide-up" {
cardClassName="!h-auto aspect-video" title: "Freshly Baked", description: "Delicious treats baked daily.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/pastry-5.webp", imageAlt: "Fresh pastries on display", buttonIcon: Star},
features={[ ]}
{ />
title: "Umbra Skincare", </div>
description: "Luxury fragrance e-commerce",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp", <div id="contact" data-section="contact">
imageAlt: "Umbra Skincare website", <ContactSplit
buttonIcon: ArrowUpRight, tag="Visit Us"
buttonHref: "#", title="Come Say Hello"
}, description="We'd love to welcome you to our shop. Find us at 123 Coffee Lane, Brewville, CA 90210. Open daily 7 AM - 7 PM. Or give us a call at (123) 456-7890."
{ background={{ variant: "plain" }}
title: "Luxuria Travel", imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/contact-coffee.webp"
description: "Bespoke luxury travel experiences", imageAlt="Coffee shop storefront"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp", mediaAnimation="slide-up"
imageAlt: "Luxuria Travel website", mediaPosition="left"
buttonIcon: ArrowUpRight, inputPlaceholder="Enter your email for updates"
buttonHref: "#", buttonText="Subscribe"
}, termsText="By clicking Subscribe, you agree to receive promotional emails."
{ useInvertedBackground={false}
title: "Dental Care", />
description: "Premier dental practice", </div>
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp",
imageAlt: "Luxury Dental Care website", <FooterMedia
buttonIcon: ArrowUpRight, logoText="Bean & Brew"
buttonHref: "#", copyrightText="© 2024 Bean & Brew"
}, imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/footer-coffee.webp"
{ imageAlt="Coffee beans background"
title: "Summit Roofing",
description: "Professional roofing services",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp",
imageAlt: "Summit Roofing website",
buttonIcon: ArrowUpRight,
buttonHref: "#",
},
{
title: "Dubai Real Estate",
description: "Luxury property listings",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp",
imageAlt: "Dubai Real Estate website",
buttonIcon: ArrowUpRight,
buttonHref: "#",
},
]}
/>
<FeatureBento
title="Our Promise"
description="We deliver results that speak for themselves."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
{
title: "All Devices Optimization",
description: "Pixel-perfect websites that look stunning on every screen size and device.",
bentoComponent: "phone",
statusIcon: Lock,
alertIcon: Monitor,
alertTitle: "Responsive check",
alertMessage: "All breakpoints passed",
apps: [
{ name: "Phone", icon: Phone },
{ name: "SMS", icon: MessageCircle },
{ name: "Books", icon: BookOpen },
{ name: "TV", icon: Tv },
{ name: "Camera", icon: Camera },
{ name: "Music", icon: Music },
{ name: "Settings", icon: Settings },
{ name: "Chat", icon: MessageCircle },
],
},
{
title: "Secure Hosting",
description: "Enterprise-grade security and 99.9% uptime for your website.",
bentoComponent: "reveal-icon",
icon: Shield,
},
{
title: "Fast Turnaround",
description: "From concept to launch in record time without sacrificing quality.",
bentoComponent: "timeline",
heading: "Project Launch",
subheading: "Week 1",
items: [
{ label: "Discovery & wireframes", detail: "Day 1-3" },
{ label: "Design & development", detail: "Day 4-10" },
{ label: "Testing & deployment", detail: "Day 11-14" },
],
completedLabel: "Live",
},
{
title: "Seamless Integrations",
description: "Connect with the tools you already use — CRMs, analytics, payments, and more.",
bentoComponent: "orbiting-icons",
centerIcon: Puzzle,
items: [
{ icon: Shield },
{ icon: Monitor },
{ icon: Zap },
{ icon: TrendingUp },
],
},
{
title: "Growth Trends",
description: "Data-driven insights to optimize your search presence and drive traffic.",
bentoComponent: "line-chart",
},
]}
/>
<TestimonialCardFifteen
testimonial="Webild 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={[
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", alt: "Client" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
/>
<MetricCardOne
title="Trusted by Industry Leaders"
description="Years of experience building digital products that drive real results."
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
metrics={[
{ id: "projects", value: "100+", title: "Projects", description: "Successfully delivered across all industries", icon: Award },
{ id: "satisfaction", value: "99%", title: "Satisfaction", description: "Client satisfaction rate and counting", icon: Users },
{ id: "years", value: "8+", title: "Years", description: "Of crafting exceptional digital experiences", icon: TrendingUp },
]}
/>
<FeatureCardSixteen
title="Why Choose Webild"
description="See the difference a professional web agency makes."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
negativeCard={{
items: [
"Generic templates with no personality",
"Slow load times and poor performance",
"No SEO strategy or search visibility",
"Outdated design that hurts credibility",
"No ongoing support after launch",
],
}}
positiveCard={{
items: [
"Custom designs tailored to your brand",
"Lightning-fast performance on all devices",
"Built-in SEO to drive organic traffic",
"Modern design that builds trust",
"Dedicated support and maintenance",
],
}}
/>
<TeamCardFive
title="Meet the Team"
description="The creative minds behind your next project."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
mediaClassName="object-[65%_center]"
team={[
{ id: "1", name: "Sarah Miller", role: "Lead Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller" },
{ id: "2", name: "Valentina Reyes", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Valentina Reyes" },
{ id: "3", name: "Carlos Mendoza", role: "UX Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Carlos Mendoza" },
]}
/>
<FaqBase
title="Frequently Asked Questions"
description="Everything you need to know about working with us."
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
faqs={[
{ id: "1", title: "How long does a typical project take?", content: "Most projects are completed within 2-4 weeks depending on scope and complexity. We'll provide a detailed timeline during our initial consultation." },
{ id: "2", title: "What is your pricing structure?", content: "We offer project-based pricing tailored to your needs. Every project includes design, development, SEO optimization, and post-launch support." },
{ id: "3", title: "Do you offer ongoing maintenance?", content: "Yes! We provide ongoing support and maintenance packages to keep your website updated, secure, and performing at its best." },
{ id: "4", title: "Can you redesign my existing website?", content: "Absolutely. We specialize in website redesigns that modernize your brand while preserving your existing content and SEO rankings." },
{ id: "5", title: "What technologies do you use?", content: "We build with modern technologies including Next.js, React, and Tailwind CSS to ensure fast, scalable, and maintainable websites." },
]}
/>
<ContactCTA
tag="Get in Touch"
title="Ready to Transform Your Digital Presence?"
description="Let's build something extraordinary together. Get in touch and let's discuss your next project."
background={{ variant: "rotated-rays-animated" }}
buttons={[
{ text: "Start Your Project", href: "#contact" },
{ text: "View Our Work", href: "#work" },
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
<FooterBase
logoText="Webild"
copyrightText="© 2026 | Webild"
columns={[ columns={[
{ {
title: "Company", title: "Shop", items: [
items: [ { label: "Menu", href: "#menu" },
{ label: "About", href: "#about" }, { label: "Our Story", href: "#about" },
{ label: "Services", href: "#services" }, { label: "Gallery", href: "#atmosphere" },
{ label: "Work", href: "#work" },
{ label: "Contact", href: "#contact" },
], ],
}, },
{ {
title: "Services", title: "Connect", items: [
items: [
{ label: "Web Development", href: "#" },
{ label: "SEO", href: "#" },
{ label: "Branding", href: "#" },
{ label: "UI/UX Design", href: "#" },
],
},
{
title: "Connect",
items: [
{ label: "Twitter", href: "#" },
{ label: "LinkedIn", href: "#" },
{ label: "Instagram", href: "#" }, { label: "Instagram", href: "#" },
{ label: "Dribbble", href: "#" }, { label: "Facebook", href: "#" },
{ label: "Twitter", href: "#" },
],
},
{
title: "Visit", items: [
{ label: "Location", href: "#contact" },
{ label: "Hours", href: "#contact" },
{ label: "Call Us", href: "#contact" },
], ],
}, },
]} ]}

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-inter-tight), sans-serif; font-family: var(--font-dm-sans), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-inter-tight), sans-serif; font-family: var(--font-manrope), sans-serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0a0a0a; --background: #fcf6ec;
--card: #161616; --card: #f3ede2;
--foreground: #f0f0f0; --foreground: #2e2521;
--primary-cta: #ffffff; --primary-cta: #2e2521;
--primary-cta-text: #0a0a0a; --primary-cta-text: #0a0a0a;
--secondary-cta: #1e1e1e; --secondary-cta: #ffffff;
--secondary-cta-text: #e0e0e0; --secondary-cta-text: #e0e0e0;
--accent: #d0d0d0; --accent: #b2a28b;
--background-accent: #9a9a9a; --background-accent: #b2a28b;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);