10 Commits

Author SHA1 Message Date
7ef450bcb1 Merge version_8 into main
Merge version_8 into main
2026-03-06 23:43:54 +00:00
87d606f780 Update src/app/page.tsx 2026-03-06 23:43:49 +00:00
14b036eea8 Merge version_7 into main
Merge version_7 into main
2026-03-06 23:41:54 +00:00
363ce6c6be Update src/app/styles/variables.css 2026-03-06 23:41:50 +00:00
d90232b8eb Update src/app/page.tsx 2026-03-06 23:41:49 +00:00
3eb2bd72e6 Merge version_6 into main
Merge version_6 into main
2026-03-06 23:36:36 +00:00
6f19d46a7f Update src/app/page.tsx 2026-03-06 23:36:32 +00:00
8d2ff4b1e5 Merge version_5 into main
Merge version_5 into main
2026-03-06 23:33:51 +00:00
7d736ea6c3 Update src/app/page.tsx 2026-03-06 23:33:46 +00:00
b699f2a1c0 Merge version_4 into main
Merge version_4 into main
2026-03-06 23:03:18 +00:00
2 changed files with 13 additions and 12 deletions

View File

@@ -20,9 +20,9 @@ export default function LandingPage() {
contentWidth="medium"
sizing="mediumSizeLargeTitles"
background="blurBottom"
cardStyle="soft-shadow"
cardStyle="glass-elevated"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
headingFontWeight="medium"
>
<div id="nav" data-section="nav">
@@ -60,6 +60,7 @@ export default function LandingPage() {
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
buttons={[{ text: "Request a Quote", href: "#contact" }]}
products={[
{
id: "luxury-penthouse", name: "Luxury Penthouse Interior", price: "Premium Residential", variant: "Contemporary Design", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-living-room_1203-2722.jpg?_wi=1", imageAlt: "Luxury penthouse interior with floor-to-ceiling windows"
@@ -96,7 +97,7 @@ export default function LandingPage() {
tag="Photography Services"
tagIcon={Aperture}
textboxLayout="default"
animationType="slide-up"
animationType="blur-reveal"
useInvertedBackground={false}
features={[
{
@@ -132,7 +133,7 @@ export default function LandingPage() {
tag="Client Testimonials"
tagIcon={Star}
textboxLayout="default"
animationType="slide-up"
animationType="blur-reveal"
useInvertedBackground={false}
testimonials={[
{
@@ -159,7 +160,7 @@ export default function LandingPage() {
animationType="entrance-slide"
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[{ text: "Get in Touch", href: "mailto:contact@trevormelton.com" }]}
buttons={[{ text: "Get Your Quote Today", href: "mailto:contact@trevormelton.com" }]}
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--background: #f5f4ef;
--card: #efe8e0;
--foreground: #1a1815;
--primary-cta: #2b2420;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta: #e8e2d9;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
--accent: #c5b8a8;
--background-accent: #b8a99a;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);