Merge version_2 into main #3
@@ -14,6 +14,8 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { FileText, MapPin, Phone } from "lucide-react";
|
||||
|
||||
const LOGO_SRC = "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3De2hEM8RmO7IRFXZtJ69By7sQp/uploaded-1778628370794-eejvqfle.png";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -38,6 +40,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="AAA Auto Glass"
|
||||
logoSrc={LOGO_SRC}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -161,7 +164,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3De2hEM8RmO7IRFXZtJ69By7sQp/uploaded-1778628370794-eejvqfle.png"
|
||||
logoSrc={LOGO_SRC}
|
||||
columns={[
|
||||
{ items: [{ label: "Services", href: "#services" }, { label: "Reviews", href: "#testimonials" }] },
|
||||
{ items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
@@ -172,4 +175,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0D0D0D;
|
||||
--card: #1B1B1B;
|
||||
--foreground: #FFFFFF;
|
||||
--primary-cta: #D6A85F;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #fff5f5e6;
|
||||
--primary-cta: #ff7a7a;
|
||||
--primary-cta-text: #0D0D0D;
|
||||
--secondary-cta: #FFFFFF;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #0D0D0D;
|
||||
--accent: #D6A85F;
|
||||
--background-accent: #2a2928;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user