6 Commits

Author SHA1 Message Date
c6c76c9cc2 Switch to version 2: modified src/app/page.tsx 2026-03-03 19:04:11 +00:00
a67ac6aff0 Switch to version 1: modified src/app/page.tsx 2026-03-03 19:03:28 +00:00
b66aab7b1f Switch to version 2: modified src/app/page.tsx 2026-03-03 19:03:04 +00:00
f51f91b45e Switch to version 2: modified src/app/layout.tsx 2026-03-03 19:03:02 +00:00
ac09b07010 Merge version_3 into main
Merge version_3 into main
2026-03-03 19:02:54 +00:00
e1f19ca4c9 Merge version_3 into main
Merge version_3 into main
2026-03-03 18:53:08 +00:00
2 changed files with 46 additions and 1385 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -25,13 +25,9 @@ export default function LandingPage() {
secondaryButtonStyle="glass"
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">
<NavbarLayoutFloatingOverlay
brandName=""
brandName="Expo Digital"
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
@@ -46,8 +42,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitTestimonial
title=""
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."
title="Expo Digital"
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"
tagAnimation="slide-up"
buttons={[
@@ -62,7 +58,7 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
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"
},
{
@@ -80,12 +76,12 @@ export default function LandingPage() {
<div id="about" data-section="about">
<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."
tag="Our Story"
tagAnimation="slide-up"
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"
mediaAnimation="slide-up"
textboxLayout="default"
@@ -189,7 +185,7 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
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"
mediaAnimation="slide-up"
inputPlaceholder="Enter your email"
@@ -200,7 +196,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText=""
logoText="Expo Digital"
columns={[
{
items: [
@@ -220,4 +216,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}