7 Commits

Author SHA1 Message Date
231b3bb855 Update theme colors 2026-03-17 20:27:45 +00:00
0fcb2cd788 Update src/app/styles/variables.css 2026-03-17 20:24:43 +00:00
7c2c1dab60 Update src/app/page.tsx 2026-03-17 20:24:42 +00:00
cc3bfe3df2 Merge version_1 into main
Merge version_1 into main
2026-03-17 01:03:10 +00:00
1cabd02b9d Merge version_1 into main
Merge version_1 into main
2026-03-17 00:56:28 +00:00
816733f40b Merge version_1 into main
Merge version_1 into main
2026-03-17 00:32:15 +00:00
e0d20f651c Merge version_1 into main
Merge version_1 into main
2026-03-17 00:30:29 +00:00
2 changed files with 15 additions and 15 deletions

View File

@@ -48,13 +48,13 @@ export default function LandingPage() {
tag="Luxury Auto Body Shop"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Get a Quote", href: "#contact" },
{ text: "View Our Work", href: "#gallery" }
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B38s0JZKtrtoWLcC2zVrK3ng88/uploaded-1773859385073-x4cbn78y.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B38s0JZKtrtoWLcC2zVrK3ng88/uploaded-1773707525747-p9pgbg0f.png"
imageAlt="Luxury Mercedes-Benz awaiting premium repair service"
/>
</div>
@@ -161,16 +161,16 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", title: "Outstanding Precision", quote: "My Range Rover was treated with extraordinary care. The attention to detail and professionalism exceeded all expectations. Hollywood Collision is the gold standard.", name: "Loyalty Real ", role: "Costomer ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B38s0JZKtrtoWLcC2zVrK3ng88/uploaded-1773709337724-hr4ncpk8.png"
id: "1", title: "Outstanding Precision", quote: "My Range Rover was treated with extraordinary care. The attention to detail and professionalism exceeded all expectations. Hollywood Collision is the gold standard.", name: "Victoria Chen", role: "Executive", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B38s0JZKtrtoWLcC2zVrK3ng88/uploaded-1773709337724-hr4ncpk8.png"
},
{
id: "2", title: "What Our Customers Are Saying: Excellence in Collision Repair ", quote: "As someone who knows luxury automotive repair, I can confidently say Hollywood Collision delivered flawless restoration work on my Mercedes. Highly recommended.", name: "Shadonyah Carroll ", role: "Costomer ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B38s0JZKtrtoWLcC2zVrK3ng88/uploaded-1773860402587-y26ik03o.png"
id: "2", title: "Impeccable Craftsmanship", quote: "As someone who knows luxury automotive repair, I can confidently say Hollywood Collision delivered flawless restoration work on my Mercedes. Highly recommended.", name: "James Patterson", role: "Collector", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-business-man-suit-grey-background_613910-15440.jpg"
},
{
id: "3", title: "", quote: "They understood the value and complexity of my vehicle. The restoration was meticulous and transparent. This is the auto body shop for luxury owners.", name: 'Xiomara Rosa,', role: "Costomer ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B38s0JZKtrtoWLcC2zVrK3ng88/uploaded-1773860531159-zgh8l3pg.png"
id: "3", title: "Luxury Expertise", quote: "They understood the value and complexity of my vehicle. The restoration was meticulous and transparent. This is the auto body shop for luxury owners.", name: "Michelle Rodriguez", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-dressed-black-sweater-posing_114579-81855.jpg"
},
{
id: "4", title: "Premium Service Experience", quote: "From initial assessment to final delivery, Hollywood Collision maintained the highest standards. My Audi looks showroom-ready. Exceptional work.", name: "Lynnette Jones ", role: "Costomer ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B38s0JZKtrtoWLcC2zVrK3ng88/uploaded-1774027340515-kmjwb5bn.png"
id: "4", title: "Premium Service Experience", quote: "From initial assessment to final delivery, Hollywood Collision maintained the highest standards. My Audi looks showroom-ready. Exceptional work.", name: "David Sterling", role: "Attorney", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-137680.jpg"
}
]}
/>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #1A1A1A;
--foreground: #FFFFFF;
--primary-cta: #FF0099;
--primary-cta-text: #ffffff;
--secondary-cta: #FF0099;
--secondary-cta-text: #ffffff;
--accent: #F4C2D7;
--background-accent: #121212;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);