import React from "react"; import SectionTitle from "@/components/common/SectionTitle"; const BrandSection = () => { return (
{[1, 2, 3, 4, 1].map((num, i) => (
))}
); }; export default BrandSection;