Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3cd297bde1 | |||
| ce48c0a87b | |||
| 72fb373842 | |||
| 1323a6d3e0 | |||
| f9a0c622d1 |
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
|
||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
@@ -50,6 +49,9 @@ export default function LandingPage() {
|
|||||||
carouselPosition="right"
|
carouselPosition="right"
|
||||||
ariaLabel="Hero section"
|
ariaLabel="Hero section"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
|
className="flex justify-center items-center md:min-h-screen"
|
||||||
|
containerClassName="w-full max-w-6xl mx-auto px-4 md:px-8 py-12 md:py-20"
|
||||||
|
textBoxClassName="space-y-4 md:space-y-6"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -71,15 +73,7 @@ export default function LandingPage() {
|
|||||||
id: "3", title: "Website Optimization", description: "Speed, SEO, and conversion improvements to help businesses grow online. We optimize every metric that matters to your success.", tag: "Performance"
|
id: "3", title: "Website Optimization", description: "Speed, SEO, and conversion improvements to help businesses grow online. We optimize every metric that matters to your success.", tag: "Performance"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
containerClassName="w-full max-w-6xl mx-auto px-4 md:px-8 py-8 md:py-16"
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
|
||||||
<InlineImageSplitTextAbout
|
|
||||||
heading={[{ type: "text", content: "Why Choose Archisites" }]}
|
|
||||||
useInvertedBackground={false}
|
|
||||||
buttons={[]}
|
|
||||||
buttonAnimation="slide-up"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -101,6 +95,7 @@ export default function LandingPage() {
|
|||||||
id: "3", value: "50ms", title: "Average Load Time", items: ["Lightning-fast performance", "SEO optimized structure"]
|
id: "3", value: "50ms", title: "Average Load Time", items: ["Lightning-fast performance", "SEO optimized structure"]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
containerClassName="w-full max-w-6xl mx-auto px-4 md:px-8 py-8 md:py-16"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -118,6 +113,7 @@ export default function LandingPage() {
|
|||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "animated-grid" }}
|
background={{ variant: "animated-grid" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
containerClassName="w-full max-w-6xl mx-auto px-4 md:px-8 py-8 md:py-16"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -126,6 +122,7 @@ export default function LandingPage() {
|
|||||||
logoText="ARCHISITES"
|
logoText="ARCHISITES"
|
||||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||||
|
containerClassName="w-full max-w-6xl mx-auto px-4 md:px-8 py-8 md:py-12"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user