Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c6c76c9cc2 | |||
| a67ac6aff0 | |||
| b66aab7b1f | |||
| f51f91b45e | |||
| ac09b07010 | |||
| e1f19ca4c9 |
1409
src/app/layout.tsx
1409
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -25,13 +25,9 @@ export default function LandingPage() {
|
|||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="normal"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
<div className="w-full text-center py-8 md:py-12">
|
|
||||||
<h1 className="text-4xl md:text-6xl font-bold text-foreground"></h1>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName=""
|
brandName="Expo Digital"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
@@ -46,8 +42,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitTestimonial
|
<HeroSplitTestimonial
|
||||||
title=""
|
title="Expo Digital"
|
||||||
description="At , we create personalized websites that showcase your brand's unique story. With 2 years of expertise, we deliver elegant, high-performing digital experiences."
|
description="At Expo Digital, we create personalized websites that showcase your brand's unique story. With 2 years of expertise, we deliver elegant, high-performing digital experiences."
|
||||||
tag="Web Design & Development"
|
tag="Web Design & Development"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -62,7 +58,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Emma Richardson", handle: "Founder, TechFlow Co.", testimonial: " transformed our online presence completely. Professional, creative, and delivered beyond expectations.", rating: 5,
|
name: "Emma Richardson", handle: "Founder, TechFlow Co.", testimonial: "Expo Digital transformed our online presence completely. Professional, creative, and delivered beyond expectations.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -80,12 +76,12 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<SplitAbout
|
<SplitAbout
|
||||||
title="About "
|
title="About Expo Digital"
|
||||||
description="We believe every business deserves a website that truly represents them. Our personalized approach combines strategic thinking with beautiful design."
|
description="We believe every business deserves a website that truly represents them. Our personalized approach combines strategic thinking with beautiful design."
|
||||||
tag="Our Story"
|
tag="Our Story"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/group-people-working-website-template_53876-25068.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/group-people-working-website-template_53876-25068.jpg"
|
||||||
imageAlt=" team working together"
|
imageAlt="Expo Digital team working together"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -189,7 +185,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg"
|
||||||
imageAlt="Get in touch with "
|
imageAlt="Get in touch with Expo Digital"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
@@ -200,7 +196,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
logoText=""
|
logoText="Expo Digital"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
@@ -220,4 +216,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user