3 Commits

Author SHA1 Message Date
6a320dd549 Update src/app/styles/variables.css 2026-06-12 18:18:56 +00:00
3e102cf372 Update src/app/page.tsx 2026-06-12 18:18:55 +00:00
2c09b9310e Merge version_1 into main
Merge version_1 into main
2026-06-12 18:16:07 +00:00
2 changed files with 14 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import FaqBase from '@/components/sections/faq/FaqBase'; import FaqBase from '@/components/sections/faq/FaqBase';
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterMedia from '@/components/sections/footer/FooterMedia';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -215,7 +215,10 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/modern-hospital-corridor-natural-light-generated-by-ai_188544-15228.jpg"
imageAlt="Modern medical facility interior"
logoText="Eisner Auto"
columns={[ columns={[
{ title: "Company", items: [ { title: "Company", items: [
{ label: "About Us", href: "#about" }, { label: "About Us", href: "#about" },
@@ -233,10 +236,9 @@ export default function LandingPage() {
{ label: "Service Booking", href: "#" } { label: "Service Booking", href: "#" }
]} ]}
]} ]}
bottomLeftText="© 2024 Eisner Auto. All rights reserved." copyrightText="© 2024 Eisner Auto. All rights reserved. | Privacy Policy | Terms of Service"
bottomRightText="Privacy Policy | Terms of Service"
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f7f6f7; --background: #f5f5f5;
--card: #ffffff; --card: #ffffff;
--foreground: #0c1325; --foreground: #1c1c1c;
--primary-cta: #0b07ff; --primary-cta: #1f3251;
--primary-cta-text: #f7f6f7; --primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--secondary-cta-text: #0c1325; --secondary-cta-text: #1c1c1c;
--accent: #93b7ff; --accent: #15479c;
--background-accent: #a8bae8; --background-accent: #a8cce8;
/* 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);