13 Commits

Author SHA1 Message Date
a6d953bb56 Merge version_7 into main
Merge version_7 into main
2026-04-02 20:34:24 +00:00
9613f61dd7 Update src/app/page.tsx 2026-04-02 20:34:21 +00:00
bfbb739bef Update src/app/about-us/page.tsx 2026-04-02 20:34:20 +00:00
d82053ba89 Merge version_7 into main
Merge version_7 into main
2026-04-02 20:33:49 +00:00
2ebae4b4a7 Update src/app/pricing/page.tsx 2026-04-02 20:33:46 +00:00
f71e8e80e5 Update src/app/page.tsx 2026-04-02 20:33:46 +00:00
14993bb39a Merge version_7 into main
Merge version_7 into main
2026-04-02 20:33:13 +00:00
ffbcf29e54 Add src/app/pricing/page.tsx 2026-04-02 20:33:10 +00:00
46f54ae0ca Update src/app/page.tsx 2026-04-02 20:33:10 +00:00
523adae062 Add src/app/about-us/page.tsx 2026-04-02 20:33:09 +00:00
df0c0f2341 Merge version_6 into main
Merge version_6 into main
2026-03-26 21:04:40 +00:00
040c68a1e5 Update src/app/page.tsx 2026-03-26 21:04:34 +00:00
a867383fe6 Merge version_5 into main
Merge version_5 into main
2026-03-26 20:43:36 +00:00
3 changed files with 104 additions and 9 deletions

50
src/app/about-us/page.tsx Normal file
View File

@@ -0,0 +1,50 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import FooterBase from '@/components/sections/footer/FooterBase';
export default function AboutUsPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about-us" },
{ name: "Contact", id: "/contact" },
]}
brandName="SublimeSites"
/>
</div>
<div className="container mx-auto py-20 px-6">
<h1 className="text-4xl font-bold mb-6">About Us</h1>
<p className="text-lg">We are dedicated to building high-converting websites for local businesses.</p>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "SublimeSites", items: [{ label: "Home", href: "/" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "/" }] },
]}
logoText="SublimeSites"
copyrightText="© 2025 | SublimeSites"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -3,7 +3,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FooterBase from '@/components/sections/footer/FooterBase';
@@ -18,12 +17,12 @@ export default function LandingPage() {
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="small"
sizing="mediumLargeSizeLargeTitles"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
@@ -34,6 +33,7 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" },
]}
brandName="SublimeSites"
@@ -80,6 +80,7 @@ export default function LandingPage() {
showStepNumbers={true}
title="Everything Your Business Needs"
description="We provide the essential tools to help your local business thrive online, from mobile-ready design to fast, secure hosting."
buttons={[{ text: "Start Now", href: "#contact" }]}
/>
</div>
@@ -95,6 +96,7 @@ export default function LandingPage() {
showRating={true}
title="Loved by Business Owners"
description="See why hundreds of local businesses trust us with their online presence."
buttons={[{ text: "Join Them", href: "#contact" }]}
/>
</div>
@@ -113,8 +115,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "SublimeSites", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#features" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
{ title: "SublimeSites", items: [{ label: "About Us", href: "/about-us" }, { label: "Services", href: "/#features" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "/" }, { label: "Terms of Service", href: "/" }] },
]}
logoText="SublimeSites"
copyrightText="© 2025 | SublimeSites"
@@ -123,4 +125,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

43
src/app/pricing/page.tsx Normal file
View File

@@ -0,0 +1,43 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
export default function PricingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about-us" },
{ name: "Pricing", id: "/pricing" },
{ name: "Contact", id: "/contact" },
]}
brandName="SublimeSites"
/>
<PricingCardEight
title="Transparent Pricing"
description="Choose the plan that fits your business goals."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "starter", badge: "Essential", price: "$999", subtitle: "Best for individuals", features: ["Basic Web Design", "Mobile Responsive", "SEO Setup"], buttons: [{ text: "Get Started", href: "#contact" }] },
{ id: "pro", badge: "Professional", price: "$1999", subtitle: "Best for businesses", features: ["Everything in Starter", "CMS Integration", "Custom Analytics", "Priority Support"], buttons: [{ text: "Contact Sales", href: "#contact" }] }
]}
/>
</ThemeProvider>
);
}