Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-12 13:29:48 +00:00
2 changed files with 27 additions and 49 deletions

View File

@@ -16,11 +16,11 @@ export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="elastic-effect"
defaultTextAnimation="reveal-blur"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="small"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroCentered
title="Where Trust Meets Exceptional Real Estate"
description="At Inspired Brew, we guide clients through every property decision with honesty, professionalism, and outstanding service. Discover your perfect property with a team that truly cares about your success."
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "downward-rays-static" }}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", alt: "Client testimonial" },
{ src: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15839.jpg", alt: "Client testimonial" },
@@ -69,7 +69,7 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/man-button-up-his-jacket-smiles_23-2148401389.jpg", alt: "Client" },
{ src: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", alt: "Client" }
]}
ratingAnimation="reveal-blur"
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={true}
ariaLabel="Client testimonial section"
@@ -83,7 +83,7 @@ export default function LandingPage() {
description="Inspired Brew is more than a real estate company—we're your trusted partner in every property decision. Founded on principles of honesty and client-first service, we've built lasting relationships by delivering transparent guidance and professional expertise."
textboxLayout="default"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-couple-byuing-car-car-showroom_1303-15124.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/young-couple-byuing-car-car-showroom_1303-15124.jpg"
imageAlt="Inspired Brew professional office"
imagePosition="right"
mediaAnimation="slide-up"
@@ -112,19 +112,19 @@ export default function LandingPage() {
features={[
{
id: "sales", title: "Property Sales", descriptions: ["Expert guidance through residential and commercial property transactions", "Comprehensive market analysis and property valuation", "Seamless negotiation and closing support"],
imageSrc: "http://img.b2bpic.net/free-photo/positive-calm-woman-light-summer-dress-straw-hat-tropical-location_343596-3151.jpg?_wi=1", imageAlt: "Property Sales Service"
imageSrc: "http://img.b2bpic.net/free-photo/positive-calm-woman-light-summer-dress-straw-hat-tropical-location_343596-3151.jpg", imageAlt: "Property Sales Service"
},
{
id: "consulting", title: "Real Estate Consulting", descriptions: ["Strategic market insights for informed investment decisions", "Portfolio analysis and property recommendations", "Professional guidance tailored to your goals"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-gold-field_23-2150978181.jpg?_wi=1", imageAlt: "Real Estate Consulting"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-gold-field_23-2150978181.jpg", imageAlt: "Real Estate Consulting"
},
{
id: "investment", title: "Investment Opportunities", descriptions: ["Curated investment properties with strong return potential", "Detailed investment analysis and risk assessment", "Long-term wealth building strategies"],
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-traveler-visiting_23-2148328873.jpg?_wi=1", imageAlt: "Investment Opportunities"
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-traveler-visiting_23-2148328873.jpg", imageAlt: "Investment Opportunities"
},
{
id: "management", title: "Property Management", descriptions: ["Full-service property management for residential and commercial", "Tenant relations and maintenance coordination", "Financial reporting and performance optimization"],
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-byuing-car-car-showroom_1303-15124.jpg?_wi=2", imageAlt: "Property Management"
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-byuing-car-car-showroom_1303-15124.jpg", imageAlt: "Property Management"
}
]}
/>
@@ -141,13 +141,13 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Luxury Downtown Penthouse", price: "$2,450,000", imageSrc: "http://img.b2bpic.net/free-photo/positive-calm-woman-light-summer-dress-straw-hat-tropical-location_343596-3151.jpg?_wi=2", imageAlt: "Luxury Downtown Penthouse"
id: "1", name: "Luxury Downtown Penthouse", price: "$2,450,000", imageSrc: "http://img.b2bpic.net/free-photo/positive-calm-woman-light-summer-dress-straw-hat-tropical-location_343596-3151.jpg", imageAlt: "Luxury Downtown Penthouse"
},
{
id: "2", name: "Modern Urban Loft", price: "$1,875,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-gold-field_23-2150978181.jpg?_wi=2", imageAlt: "Modern Urban Loft"
id: "2", name: "Modern Urban Loft", price: "$1,875,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-gold-field_23-2150978181.jpg", imageAlt: "Modern Urban Loft"
},
{
id: "3", name: "Premium Waterfront Estate", price: "$3,200,000", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-traveler-visiting_23-2148328873.jpg?_wi=2", imageAlt: "Premium Waterfront Estate"
id: "3", name: "Premium Waterfront Estate", price: "$3,200,000", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-traveler-visiting_23-2148328873.jpg", imageAlt: "Premium Waterfront Estate"
}
]}
/>
@@ -181,7 +181,6 @@ export default function LandingPage() {
<ContactSplitForm
title="Get in Touch"
description="Ready to find your perfect property or discuss investment opportunities? Contact our professional team today. We're here to guide you with honesty and expertise."
textboxLayout="default"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/couple-serious-colleagues-discussing-content-computer-monitor-pointing-display-talking-while-sitting-meeting-room-with-panoramic-window-business-communication-concept_74855-11650.jpg"
imageAlt="Inspired Brew office"

View File

@@ -1,51 +1,30 @@
"use client";
import { memo } from "react";
import useSvgTextLogo from "./useSvgTextLogo";
import { cls } from "@/lib/utils";
import React from 'react';
interface SvgTextLogoProps {
logoText: string;
adjustHeightFactor?: number;
verticalAlign?: "top" | "center";
text: string;
className?: string;
}
const SvgTextLogo = memo<SvgTextLogoProps>(function SvgTextLogo({
logoText,
adjustHeightFactor,
verticalAlign = "top",
className = "",
}) {
const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor);
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({ text, className = '' }) => {
return (
<svg
ref={svgRef}
viewBox={viewBox}
className={cls("w-full", className)}
style={{ aspectRatio: aspectRatio }}
preserveAspectRatio="none"
role="img"
aria-label={`${logoText} logo`}
viewBox="0 0 200 50"
className={`w-full h-auto ${className}`}
aria-label={`${text} logo`}
>
<text
ref={textRef}
x="0"
y={verticalAlign === "center" ? "50%" : "0"}
className="font-bold fill-current"
style={{
fontSize: "20px",
letterSpacing: "-0.02em",
dominantBaseline: verticalAlign === "center" ? "middle" : "text-before-edge"
}}
x="50%"
y="50%"
textAnchor="middle"
dominantBaseline="central"
fontSize="24"
fontWeight="bold"
fill="currentColor"
>
{logoText}
{text}
</text>
</svg>
);
});
SvgTextLogo.displayName = "SvgTextLogo";
};
export default SvgTextLogo;