Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 650ca4233a | |||
| 994f5febf2 | |||
| 9a5f1f0fd0 | |||
| 440a5582d5 | |||
| d8f26e5eba |
1409
src/app/layout.tsx
1409
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -25,9 +25,13 @@ 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="Expo Digital"
|
brandName=""
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
@@ -42,8 +46,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitTestimonial
|
<HeroSplitTestimonial
|
||||||
title="Expo Digital"
|
title=""
|
||||||
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."
|
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."
|
||||||
tag="Web Design & Development"
|
tag="Web Design & Development"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -58,7 +62,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Emma Richardson", handle: "Founder, TechFlow Co.", testimonial: "Expo Digital transformed our online presence completely. Professional, creative, and delivered beyond expectations.", rating: 5,
|
name: "Emma Richardson", handle: "Founder, TechFlow Co.", testimonial: " 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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -76,12 +80,12 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<SplitAbout
|
<SplitAbout
|
||||||
title="About Expo Digital"
|
title="About "
|
||||||
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="Expo Digital team working together"
|
imageAlt=" team working together"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -185,7 +189,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 Expo Digital"
|
imageAlt="Get in touch with "
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
@@ -196,7 +200,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
logoText="Expo Digital"
|
logoText=""
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
|
|||||||
Reference in New Issue
Block a user