Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 69a9b184ff | |||
| 040c8b63e8 | |||
| 853d122b55 | |||
| 09d51ae1a6 | |||
| 4dd7a1e856 |
@@ -70,7 +70,6 @@ export default function BlogPage() {
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Website Design", href: "#services" },
|
||||
{ label: "Website Redesign", href: "#services" },
|
||||
{ label: "Brand Integration", href: "#services" },
|
||||
{ label: "Optimization", href: "#services" }
|
||||
]
|
||||
|
||||
@@ -85,15 +85,6 @@ export default function LandingPage() {
|
||||
],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "Website Redesign", description: "Transform outdated websites into modern, clean, high-performing digital experiences. We breathe new life into your existing digital presence with strategic improvements.", media: { imageSrc: "https://img.b2bpic.net/free-psd/e-commerce-furniture-landing-page_197582-341.jpg" },
|
||||
items: [
|
||||
{ icon: RefreshCw, text: "Complete modernization" },
|
||||
{ icon: Zap, text: "Speed optimization" },
|
||||
{ icon: TrendingUp, text: "Improved conversions" }
|
||||
],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3", title: "Brand Identity Integration", description: "Align website visuals with your brand positioning, tone, and audience psychology. Every element reinforces your brand message and builds trust with your audience.", media: { imageSrc: "https://img.b2bpic.net/free-psd/fashion-landing-page-template_197582-339.jpg" },
|
||||
items: [
|
||||
@@ -101,7 +92,7 @@ export default function LandingPage() {
|
||||
{ icon: MessageSquare, text: "Brand voice alignment" },
|
||||
{ icon: Target, text: "Audience psychology" }
|
||||
],
|
||||
reverse: false
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "4", title: "Conversion Optimization", description: "Design structures that guide visitors toward action and increase engagement. We strategically optimize every touchpoint to maximize your conversion potential.", media: { imageSrc: "https://img.b2bpic.net/free-vector/fashion-sale-landing-page_23-2148589554.jpg" },
|
||||
@@ -110,7 +101,7 @@ export default function LandingPage() {
|
||||
{ icon: TrendingUp, text: "Funnel optimization" },
|
||||
{ icon: BarChart3, text: "Data-driven design" }
|
||||
],
|
||||
reverse: true
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -241,7 +232,6 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Website Design", href: "#services" },
|
||||
{ label: "Website Redesign", href: "#services" },
|
||||
{ label: "Brand Integration", href: "#services" },
|
||||
{ label: "Optimization", href: "#services" }
|
||||
]
|
||||
|
||||
@@ -109,7 +109,6 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Website Design", href: "#services" },
|
||||
{ label: "Website Redesign", href: "#services" },
|
||||
{ label: "Brand Integration", href: "#services" },
|
||||
{ label: "Optimization", href: "#services" }
|
||||
]
|
||||
@@ -189,7 +188,6 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Website Design", href: "#services" },
|
||||
{ label: "Website Redesign", href: "#services" },
|
||||
{ label: "Brand Integration", href: "#services" },
|
||||
{ label: "Optimization", href: "#services" }
|
||||
]
|
||||
@@ -293,7 +291,6 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Website Design", href: "#services" },
|
||||
{ label: "Website Redesign", href: "#services" },
|
||||
{ label: "Brand Integration", href: "#services" },
|
||||
{ label: "Optimization", href: "#services" }
|
||||
]
|
||||
|
||||
@@ -59,7 +59,6 @@ export default function ShopPage() {
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Website Design", href: "#services" },
|
||||
{ label: "Website Redesign", href: "#services" },
|
||||
{ label: "Brand Integration", href: "#services" },
|
||||
{ label: "Optimization", href: "#services" }
|
||||
]
|
||||
@@ -138,7 +137,6 @@ export default function ShopPage() {
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Website Design", href: "#services" },
|
||||
{ label: "Website Redesign", href: "#services" },
|
||||
{ label: "Brand Integration", href: "#services" },
|
||||
{ label: "Optimization", href: "#services" }
|
||||
]
|
||||
|
||||
@@ -5,18 +5,18 @@
|
||||
/* --background: #f7f6f7;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #0c1325;;
|
||||
--primary-cta: #0798ff;;
|
||||
--primary-cta: #6366f1;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #93c7ff;;
|
||||
--background-accent: #a8cde8;; */
|
||||
--accent: #8b5cf6;;
|
||||
--background-accent: #a8bae8;; */
|
||||
|
||||
--background: #f7f6f7;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #0c1325;;
|
||||
--primary-cta: #0798ff;;
|
||||
--primary-cta: #6366f1;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #93c7ff;;
|
||||
--background-accent: #a8cde8;;
|
||||
--accent: #8b5cf6;;
|
||||
--background-accent: #a8bae8;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user