Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-07 13:57:07 +00:00
2 changed files with 12 additions and 46 deletions

View File

@@ -6,7 +6,7 @@ import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FaqBase from "@/components/sections/faq/FaqBase";
import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour";
import FooterBase from "@/components/sections/footer/FooterBase";
import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial";
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
@@ -25,8 +25,8 @@ export default function LandingPage() {
sizing="mediumLargeSizeMediumTitles"
background="fluid"
cardStyle="inset"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
headingFontWeight="extrabold"
>
<ReactLenis root>
@@ -59,50 +59,16 @@ export default function LandingPage() {
</div>
<div id="home" data-section="home">
<HeroOverlayTestimonial
<HeroBillboardScroll
title="Crafting Digital Experiences That Convert"
description="JLW Web Design specializes in creating stunning, high-performance websites tailored to your business goals. We build more than just websites; we build growth engines."
testimonials={[
{
name: "Sarah Johnson", handle: "@sj_techsolutions", testimonial: "JLW Web Design transformed our online presence. The new website is not only visually stunning but also incredibly intuitive and has significantly boosted our lead generation.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-business-woman-standing-with-coffee-cup_23-2148095743.jpg", imageAlt: "Sarah Johnson"},
{
name: "Michael Chen", handle: "@michaelc_innovate", testimonial: "Working with JLW was a game-changer. Their attention to detail and commitment to understanding our brand truly shone through in the final product. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-male-manager-leaning-railings_1262-3653.jpg", imageAlt: "Michael Chen"},
{
name: "Emily Rodriguez", handle: "@emilyr_marketing", testimonial: "Our new e-commerce platform developed by JLW is fantastic! It's fast, secure, and has greatly improved our customer's shopping experience, leading to higher sales.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14222.jpg", imageAlt: "Emily Rodriguez"},
{
name: "David Kim", handle: "@davidk_enterprise", testimonial: "The team at JLW delivered an exceptional corporate website. Their professionalism and technical expertise were evident at every stage of the project.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"},
{
name: "Jessica Lee", handle: "@jessical_growth", testimonial: "JLW made our complex vision a reality with a beautifully designed and highly functional website. Their support post-launch has also been invaluable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-bearded-male-wearing-stylish-sui_613910-12116.jpg", imageAlt: "Jessica Lee"},
]}
testimonialRotationInterval={5000}
buttons={[
{
text: "View Our Portfolio", href: "#portfolio"},
{
text: "Get a Free Quote", href: "#contact"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/big-eyed-character-face-design_53876-75089.jpg", alt: "Client Avatar 1"},
{
src: "http://img.b2bpic.net/free-photo/portrait-sensual-blond-female-black-dress_613910-14355.jpg", alt: "Client Avatar 2"},
{
src: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", alt: "Client Avatar 3"},
{
src: "http://img.b2bpic.net/free-vector/users-set-circle-square_78370-10025.jpg", alt: "Client Avatar 4"},
{
src: "http://img.b2bpic.net/free-photo/happy-cartoon-yak-faces_1308-166652.jpg", alt: "Happy Cartoon Yak Faces"},
]}
avatarText="Trusted by 100+ businesses"
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-website-content-layout-design-illustraion-notebook_53876-167124.jpg"
imageAlt="Modern web design studio showing a sleek website interface"
showBlur={true}
textPosition="bottom"
background={{ variant: 'sparkles-gradient' }}
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #0c1325;
--primary-cta: #0b07ff;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #e34400;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta: #010101;
--secondary-cta-text: #0c1325;
--accent: #93b7ff;
--background-accent: #a8bae8;
--accent: #ff7b05;
--background-accent: #106efb;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);