diff --git a/src/app/page.tsx b/src/app/page.tsx index ebfd3f5..fd37841 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,27 +19,22 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -91,18 +63,9 @@ export default function LandingPage() { title="Design With Purpose" description="At Architectura, we believe that every space should be a dialogue between form and function. Our studio focuses on creating innovative solutions that respect the environment while pushing boundaries of modern aesthetics." bulletPoints={[ - { - title: "Strategic Design", - description: "We analyze your site and goals before a single line is drawn.", - }, - { - title: "Sustainable Practices", - description: "Eco-friendly design that stands the test of time.", - }, - { - title: "Bold Aesthetics", - description: "Innovative designs that challenge common perspectives.", - }, + { title: "Strategic Design", description: "We analyze your site and goals before a single line is drawn." }, + { title: "Sustainable Practices", description: "Eco-friendly design that stands the test of time." }, + { title: "Bold Aesthetics", description: "Innovative designs that challenge common perspectives." }, ]} imageSrc="http://img.b2bpic.net/free-photo/stationery-lying-paper-sheet_23-2147823690.jpg" mediaAnimation="slide-up" @@ -116,27 +79,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Commercial Development", - subtitle: "Focusing on ROI and user experience", - category: "Commercial", - value: "Retail & Office", - }, - { - id: "f2", - title: "Custom Residential", - subtitle: "Luxury bespoke home designs", - category: "Residential", - value: "Modern Houses", - }, - { - id: "f3", - title: "Mixed-Use Planning", - subtitle: "Creating cohesive urban hubs", - category: "Mixed-Use", - value: "Public/Private", - }, + { id: "f1", title: "Commercial Development", subtitle: "Focusing on ROI and user experience", category: "Commercial", value: "Retail & Office" }, + { id: "f2", title: "Custom Residential", subtitle: "Luxury bespoke home designs", category: "Residential", value: "Modern Houses" }, + { id: "f3", title: "Mixed-Use Planning", subtitle: "Creating cohesive urban hubs", category: "Mixed-Use", value: "Public/Private" }, ]} title="Our Specializations" description="We deliver excellence across diverse typologies, ensuring high-impact results for developers and individual clients alike." @@ -147,37 +92,13 @@ export default function LandingPage() {